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.2Tests
- 11.4.1
Are each field label and its associated field located next to each other?
- 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"orrole="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. - 11.4.3
Does each label next to a field of type
checkboxorradioor next to a tag with a WAI-ARIArole="checkbox",role="radio"orrole="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