RAWEBA
1.7 For each image conveying information with a detailed description, is this description relevant?
- WCAG references
- 1.1.1 Non-text Content (A)
- Techniques
- F67
- G92
Official methodology to test criterion 1.7
Test 1 (1.7.1)
- Find in the document the images that are implemented using an
<img>element and have a detailed description. - For each image, check that the detailed description is relevant.
- If this is the case for each image, the test is validated.
Test 2 (1.7.2)
- Find in the document the
<input>elements with thetype="image"attribute which have a detailed description. - For each
<input>element with thetype="image"attribute, check that the detailed description is relevant. - If this is the case for each image, the test is validated.
Test 3 (1.7.3)
- Find in the document the
<object>elements with thetype="image/..."attribute which have a detailed description. - For each
<object>element with thetype="image/..."attribute, check that the detailed description is relevant. - If this is the case for each image, the test is validated.
Test 4 (1.7.4)
- Find in the document the
<embed>elements with thetype="image/..."attribute which have a detailed description. - For each
<embed>element with thetype="image/..."attribute, check that the detailed description is relevant. - If this is the case for each image, the test is validated.
Test 5 (1.7.5)
- Find in the document the
<svg>elements that have a detailed description. - For each
<svg>element, check that the detailed description is relevant. - If this is the case for each image, the test is validated.
Test 6 (1.7.6)
- Find in the document the
<canvas>elements that have a detailed description. - For each
<canvas>element, check that the detailed description is relevant. - If this is the case for each image, the test is validated.