1.4
For each image used as a CAPTCHA or test image, with a text alternative, does this alternative make it possible to identify the nature and function of the image?
WCAG Reference
WCAG 1.1.1Tests
- 1.4.1
For each image (
<img>tag) used as CAPTCHA or as test image, having a text alternative, is this alternative relevant?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.4.2
For each image map area (
<area>tag) used as a CAPTCHA or as a test image, having a text alternative, is this alternative relevant?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 the WAI-ARIAaria-labelledbyattribute is relevant. - 1.4.3
For each button of image type (
<input>tag with thetype="image"attribute) used as a CAPTCHA or as a test image, having a text alternative, is this alternative relevant?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.4.4
For each object image (
<object>tag with thetype="image/..."attribute) used as a CAPTCHA or as a test image, having a text alternative or an alternative content, is this alternative 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.
If present, the alternative content is relevant. - 1.4.5
For each embedded image (
<embed>tag with thetype="image/..."attribute) used as a CAPTCHA or as a test image, having a text alternative or an alternative content, is this alternative 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.
If present, the alternative content is relevant. - 1.4.6
For each vector image (
<svg>tag) used as CAPTCHA or as test image, having a text alternative, is this alternative 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.4.7
For each bitmap image (
<canvas>tag) used as a CAPTCHA or as a test image, having a text alternative or an alternative content, is this alternative 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.
If present, the alternative content is relevant.
WCAG Techniques
- G100
- G143