11.2
Is each label associated with a form input field relevant (excluding special cases)?
WCAG Reference
WCAG 2.4.6Tests
- 11.2.1
Does each
<label>tag identify the exact function of the form input field to which it is associated? - 11.2.2
Does each
titleattribute identify the exact function of the form input field to which it is associated? - 11.2.3
Does each label implemented via the WAI-ARIA
aria-labelattribute identify the exact function of the form input field with which it is associated? - 11.2.4
Does each passage of text associated via the WAI-ARIA
aria-labelledbyattribute reveal the exact function of the form input field with which it is associated? - 11.2.5
Does every form input field with a visible label meet these conditions (excluding special cases)?
If present, the value of the WAI-ARIAaria-labelattribute of the form input field contains at least the visible label.
If present, the passage of text linked to the form input field via a WAI-ARIAaria-labelledbyattribute contains at least the visible label.
If present, the value of thetitleattribute of the form input field contains at least the visible label.
If present, the content of the<label>tag associated with the form input field contains at least the visible label. - 11.2.6
Does each button adjacent to the form input field that provides a visible label identify the exact function of the form input field with which it is associated?
WCAG Techniques
- ARIA6
- ARIA9
- ARIA14
- ARIA16
- F96
- G82
- G131
- G208
- G211
- H44
- H65