6.1
Is every link explicit (except in special cases)?
WCAG Reference
WCAG 1.1.1Tests
- 6.1.1
Does each text link meet one of these conditions (excluding special cases)?
The accessible name of a link alone makes it possible to understand its function and destination.
The accessible name of a link added to the link context enables us to understand the function and destination of the link. - 6.1.2
Does each image link meet one of these conditions (excluding special cases)?
The accessible name of a link alone makes it possible to understand its function and destination.
The accessible name of a link added to the link context enables us to understand the function and destination of the link. - 6.1.3
Does each composite link meet one of these conditions (excluding special cases)?
The accessible name of a link alone makes it possible to understand its function and destination.
The accessible name of a link added to the link context enables us to understand the function and destination of the link. - 6.1.4
Does every SVG link meet one of these conditions (excluding special cases)?
The accessible name of a link alone makes it possible to understand its function and destination.
The accessible name of a link added to the link context enables us to understand its function and destination. - 6.1.5
For each link with a visible label, does the accessible name of the link contain at least the visible label (excluding special cases)?
- 6.1.6
Does each identical link have the same function and destination (excluding special cases)?
WCAG Techniques
- ARIA7
- ARIA8
- C7
- F63
- F89
- F96
- G53
- G91
- G208
- G211
- H30
- H33
- H77
- H78
- H79
- H80
- H81