RAWEBA
13.5 On each web page, is each cryptic content correctly identified?
- WCAG references
- 1.1.1 Non-text Content (A)
- Techniques
- F71
- F70
- G135
- H86
Official methodology to test criterion 13.5
Test 1 (13.5.1)
- Find in the document the cryptic content conveying information.
- For each cryptic content, check that
- Either its meaning is given in the adjacent context (immediately before or after).
- Or its meaning is made available by a method compatible with accessibility, for example, the cryptic content is included in a link whose accessible name is defined by the
aria-labelproperty, which contains the meaning of the cryptic content.
- If this is the case for each cryptic content, the test is validated.
Test 2 (13.5.2)
- Find in the document the cryptic content.
- For each cryptic content, check that
- Either the cryptic content is embedded in a tag that has a WAI-ARIA
aria-hidden="true"attribute. - Or a parent tag of the cryptic content has a WAI-ARIA
aria-hidden="true"attribute.
- Either the cryptic content is embedded in a tag that has a WAI-ARIA
- If this is the case for each cryptic content, the test is validated.