RAWEBA
10.7 On each web page, for each element receiving keyboard focus, is the focus visible?
- WCAG references
- 1.4.1 Use of Color (A)
- 2.4.7 Focus Visible (AA)
- Techniques
- C15
- C40
- F73
- F78
- G149
- G165
- G183
- G195
- SCR31
Official methodology to test criterion 10.7
Test 1 (10.7.1)
- Find in the document the elements which are likely to receive keyboard focus (interface elements such as links or form controls, as well as any element with a
tabindexattribute with a value equal to or greater than 1). - For each element likely to receive keyboard focus, check that the visual indication of when the focus is taken is present (by acting on the outline or background or both) and is sufficiently contrasted (contrast ratio equal to or greater than 3:1).
- If this is the case for each element likely to receive the focus, the test is validated.