Quick Tips for Accessible Forms
Artem Alekseev
Product Designer | 6+ Years of Experience | Certified Accessibility Tester
Here are some things to keep in mind, while designing form elements:
"aria-required" and HTML's "required" are actually different, they both help identify mandatory content with a screen reader, but HTML's 'required' will check when submitted whether the required field is filled or not, "aria-required" on other hand, doesn't check the field.