11.4

In each form, are each field label and its associated field located next to each other (excluding special cases)?

WCAG Reference

WCAG 3.3.2

Tests

  1. 11.4.1

    Are each field label and its associated field located next to each other?

  2. 11.4.2

    Does each label located next to a field (except for checkboxes, radio buttons or tags with a WAI-ARIA role="checkbox", role="radio" or role="switch" attribute), check these conditions (except special cases)?

    The label is visually located immediately above or to the left of the form field when the reading direction of the label language is left to right.
    The label is visually located immediately above or to the right of the form field when the label's language reading direction is right to left.
  3. 11.4.3

    Does each label next to a field of type checkbox or radio or next to a tag with a WAI-ARIA role="checkbox", role="radio" or role="switch" attribute, check these conditions (except special cases)?

    The label is visually located immediately below or to the right of the form field when the reading direction of the label language is left to right.
    The label is visually located immediately below or to the left of the form field when the label's language reading direction is right to left.

WCAG Techniques

  • G162