How does React handle Web Accessibility Initiative - Accessible Rich Internet Applications (WAI-ARIA) standard?
Options:
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
Submit Comment/FeedBack