Answers for "required vs aria-required"

-2

required vs aria-required

You will be happy to know that both NVDA and JAWS announce the field as required.

In short, you do not need aria-required any longer. Just use required.
You can read a bit more about the ARIA attributes you can dump in this article by Steve Faulkner (one of the editors of the ARIA spec) from 2015: http://html5doctor.com/on-html-belts-and-aria-braces/

HTML5 now has the required attribute, but aria-required is still useful for user agents that do not yet support HTML5.
Posted by: Guest on November-25-2020

Browse Popular Code Answers by Language