RAWEBA
1.3 For each image conveying information with a text alternative, is this alternative relevant (excluding special cases)?
- WCAG references
- 1.1.1 Non-text Content (A)
- 4.1.2 Name, Role, Value (A)
- Techniques
- ARIA6
- ARIA9
- ARIA10
- F30
- F71
- G94
- G95
- G196
Official methodology to test criterion 1.3
Test 1 (1.3.1)
- Find in the document the images implemented using an
<img>element (or an element with the WAI-ARIArole="img"attribute) with a text alternative (image). - For each image, check that the text alternative is relevant.
- If this is the case for each image, the test is validated.
Test 2 (1.3.2)
- Find in the document the
<area>elements with a text alternative. - For each
<area>element, check that the text alternative is relevant. - If this is the case for each image, the test is validated.
Test 3 (1.3.3)
- Find in the document the
<input>elements with thetype="image"attribute and a text alternative (image). - For each
<input>element with thetype="image"attribute, check that the text alternative is relevant. - If this is the case for each image, the test is validated.
Test 4 (1.3.4)
- Find in the document the
<object>elements with thetype="image/..."attribute and a text alternative. - For each
<object>element with thetype="image/..."attribute, check that the text alternative is relevant. - If this is the case for each image, the test is validated.
Test 5 (1.3.5)
- Find in the document the
<embed>elements with thetype="image/..."attribute and a text alternative. - For each
<embed>element with thetype="image/..."attribute, check that the text alternative is relevant. - If this is the case for each image, the test is validated.
Test 6 (1.3.6)
- Find in the document the
<svg>elements with a text alternative. - For each
<svg>element, check that the text alternative is relevant. - If this is the case for each image, the test is validated.
Test 7 (1.3.7)
- Find in the document the
<canvas>elements that have an alternative text. - For each
<canvas>element, check that the text alternative is relevant. - If this is the case for each image, the test is validated.
Test 8 (1.3.8)
- Find in the document the
<canvas>elements with alternative content between the<canvas>and</canvas>tags. - For each
<canvas>element, check that the alternative content is correctly rendered (by assistive technologies). - If this is the case for each image, the test is validated.
Test 9 (1.3.9)
- Find in the document the images with a text alternative.
- For each image, check that the text alternative is short and concise.
- If this is the case for each image, the test is validated.