RAWEBA
11.9 In each form, is the label of each button relevant (excluding special cases)?
- WCAG references
- 2.5.3 Label in Name (A)
- 4.1.2 Name, Role, Value (A)
- Techniques
- ARIA6
- ARIA9
- ARIA14
- F96
- G208
- G211
- H36
- H91
- ARIA16
Official methodology to test criterion 11.9
Test 1 (11.9.1)
- Find the buttons in a form in the document.
- For each button, check that its visible text and accessible name are relevant.
- If this is the case for each button, the test is validated.
Test 2 (11.9.2)
- Find the buttons in a form in the document.
- For each button, check that its accessible name contains at least its visible label.
- If this is the case for each button, the test is validated.