11.5

In each form, are the related form controls grouped together, if necessary?

WCAG Reference

WCAG 1.3.1

Tests

  1. 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-ARIA role="group" attribute.
    The related form controls of radio type (<input type="radio">) or tags with a WAI-ARIA role="radio" attribute) are grouped together in a tag with a WAI-ARIA role="radiogroup" or role="group" attribute.

WCAG Techniques

  • ARIA17
  • H71