

MCQOPTIONS
Saved Bookmarks
1. |
How does React handle Web Accessibility Initiative - Accessible Rich Internet Applications (WAI-ARIA) standard? |
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. | ria-* 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 |
Answer» E. | |