11.5
In each form, are the related form controls grouped together, if necessary?
WCAG Reference
WCAG 1.3.1Tests
- 11.5.1
Do related form controls meet any of these conditions, if necessary?
The related form controls are grouped together in a<fieldset>tag.
The related form controls are grouped together in a tag with a WAI-ARIArole="group"attribute.
The related form controls of radio type (<input type="radio">) or tags with a WAI-ARIArole="radio"attribute) are grouped together in a tag with a WAI-ARIArole="radiogroup"orrole="group"attribute.
WCAG Techniques
- ARIA17
- H71