ARIA and HTML5 form controls
Labeling form controls
labelelement (HTML4/HTML5)titleattribute (HTML4/HMTL5)fieldset/legendelements (HTML4/HTML5)aria-labelledbyattribute (ARIA 1.0)aria-labelattribute (ARIA 1.0)
Instructions
tabindex="0"attribute to add instructions to tab order (convention)titleattribute (HTML5)aria-describedbyattribute (ARIA 1.0)
Identifying Required and Invalid Form Controls
- Image with ALT Text
- Text content (hidden or visible)
aria-requiredattribute (ARIA 1.0)aria-invalidattribute (ARIA 1.0)requiredattribute (HTML 5)alertrole for announcing errors