1.3
For each image conveying information with a text alternative, is this alternative relevant (excluding special cases)?
WCAG Reference
WCAG 1.1.1Tests
- 1.3.1
For each image (
<img>tag or tag with WAI-ARIArole="img"attribute) conveying information, having a text alternative, is this alternative relevant (excluding special cases)?If present, the value of thealtattribute is relevant.
If present, the value of thetitleattribute is relevant.
If present, the value of the WAI-ARIAaria-labelattribute is relevant.
If present, the passage of text linked byaria-labelledbyWAI-ARIA attribute is relevant. - 1.3.2
For each area (
<area>tag) of an image map conveying information, having a text alternative, is this alternative relevant (excluding special cases)?If present, the value of thealtattribute is relevant.
If present, the value of thetitleattribute is relevant.
If present, the value of the WAI-ARIAaria-labelattribute is relevant.
If present, the passage of text linked by thearia-labelledbyWAI-ARIA attribute is relevant. - 1.3.3
For each button of type
image(<input>tag with thetype="image"attribute), having a text alternative, is this alternative relevant (excluding special cases)?If present, the value of thealtattribute is relevant.
If present, the value of thetitleattribute is relevant.
If present, the value of the WAI-ARIAaria-labelattribute is relevant.
If present, the passage of text associated via thearia-labelledbyWAI-ARIA attribute is relevant. - 1.3.4
For each object image (
<object>tag with thetype="image/..."attribute) conveying information, having an alternative text or an alternative content, is this alternative relevant (excluding special cases)?If present, the value of thetitleattribute is relevant.
If present, the value of the WAI-ARIAaria-labelattribute is relevant.
If present, the passage of text associated via thearia-labelledbyWAI-ARIA attribute is relevant.
If present, the alternative content is relevant. - 1.3.5
For each embedded image (
<embed>tag with thetype="image/..."attribute) conveying information, having an alternative text or an alternative content, is this alternative relevant (excluding special cases)?If present, the value of thetitleattribute is relevant.
If present, the value of the WAI-ARIAaria-labelattribute is relevant.
If present, the passage of text associated via thearia-labelledbyWAI-ARIA attribute is relevant.
If present, the alternative content is relevant. - 1.3.6
For each vector image (
<svg>tag) conveying information, having a text alternative, is this alternative relevant (excluding special cases)?If present, the content of the<title>element is relevant.
If present, the value of the WAI-ARIAaria-labelattribute is relevant.
If present, the passage of text associated via the WAI-ARIAaria-labelledbyattribute is relevant. - 1.3.7
For each bitmap image (
<canvas>tag) conveying information, having an alternative text or an alternative content, is this alternative relevant (excluding special cases)?If present, the value of thetitleattribute is relevant.
If present, the value of the WAI-ARIAaria-labelattribute is relevant.
If present, the passage of text associated via thearia-labelledbyWAI-ARIA attribute is relevant.
If present, the alternative content is relevant. - 1.3.8
For each bitmap image (
<canvas>tag) conveying information and having an alternative content between<canvas>and</canvas>, is this alternative content correctly rendered (by assistive technologies)? - 1.3.9
For each image conveying information with a text alternative, is the text alternative short and concise (excluding special cases)?
WCAG Techniques
- ARIA6
- ARIA9
- ARIA10
- F30
- F71
- G94
- G95
- G196