Home / CSE MCQs / ReactJS :: Discussion

Discussion :: ReactJS

  1. How does React handle Web Accessibility Initiative - Accessible Rich Internet Applications (WAI-ARIA) standard?
  2. A.
    aria-* HTML attributes are fully supported in JSX. Where most DOM properties and attributes in React are camelCased, these attributes should be lowercased
    B.
    aria-* attributes should be converted to camelCase like other attributes eg. className, onChange and so on
    C.
    React processes aria-* attributes separately and update the DOM for accessibility if the user requires it
    D.
    React is yet to support WAI-ARIA standard

    View Answer

    Workspace

    Answer : Option D

    Explanation :



Be The First To Comment