Forms
- Forms are keyboard navigable; users can Tab and Shift-Tab between form fields
- All form fields are associated with <label> elements, the TITLE attribute, or an ARIA label
- Radio button, checkbox, and other groups of related fields are associated by means of fieldset/legend, ARIA-labeledby, or similar grouping
- All error prevention and handling are exposed to and navigable by all users