11.9
In each form, is the label of each button relevant (excluding special cases)?
WCAG Reference
WCAG 2.5.3Tests
- 11.9.1
Does the label of each button meet these conditions (excluding special cases)?
If present, the value of the WAI-ARIAaria-labelattribute is relevant.
If present, the passage of text linked to the button via a WAI-ARIAaria-labelledbyattribute is relevant.
If present, the value of thevalueattribute of an<input>tag of typesubmit,resetorbuttonis relevant.
If present, the content of the<button>tag is relevant.
If present, the value of thealtattribute of an<input>tag of typeimageis relevant.
If present, the value of thetitleattribute is relevant. - 11.9.2
Does each button displaying a visible label meet these conditions (excluding special cases)?
If present, the value of the WAI-ARIAaria-labelattribute contains at least the visible label.
If present, the passage of text bound to the button via a WAI-ARIAaria-labelledbyattribute contains at least the visible label.
If present, the value of the value attribute of an<input>tag of typesubmit,resetorbuttoncontains at least the visible label.
If present, the content of the<button>tag contains at least the visible label.
If present, the value of thealtattribute of an<input>tag of typeimagecontains at least the visible label.
If present, the value of thetitleattribute contains at least the visible label.
WCAG Techniques
- ARIA6
- ARIA9
- ARIA14
- F96
- G208
- G211
- H36
- H91
- ARIA16