Level Level A, WCAG principle: Perceivable
Assigned to the following themes:
CODE AND LABELS
SENSORY
WORDING
All images and other non-text content (like icons, charts, audio, CAPTCHAs, or controls) must have a descriptive text alternative that conveys their meaning. Purely decorative content can be hidden from assistive technologies (e.g. using an empty alt attribute).
Level Level A, WCAG principle: Perceivable
Assigned to the following themes:
SENSORY
WORDING
Prerecorded audio-only content must have a text transcript. Prerecorded video-only content must have a text or audio description.
Level Level A, WCAG principle: Perceivable
Assigned to the following themes:
SENSORY
WORDING
Prerecorded videos with audio must have synchronised captions that include:
- all speech and
- relevant sound effects (like music, alarms, or laughter)
Level Level A, WCAG principle: Perceivable
Assigned to the following themes:
SENSORY
WORDING
Important visual content in prerecorded videos must be described using:
- an audio description or
- a text-based alternative
Level Level A, WCAG principle: Perceivable
Assigned to the following themes:
CODE AND LABELS
WORDING
Visual information and relationships (like labels, headings, or groupings) must also be conveyed in the code using:
- semantic HTML (e.g. <label for="">, <ul>, <h1>), or
- ARIA attributes (e.g. aria-describedby, role="group"),
so that assistive technologies can understand the structure.
Level Level A, WCAG principle: Perceivable
Assigned to the following themes:
CODE AND LABELS
WORDING
Content must follow a logical and meaningful order in the code so it can be understood correctly by assistive technologies even if the visual layout differs.
Level Level A, WCAG principle: Perceivable
Assigned to the following themes:
FORMS
SENSORY
WORDING
Instructions and descriptions must not rely on sensory features alone, like color, shape, size, visual location, or sound.
Always provide additional text to clarify meaning.
Level Level A, WCAG principle: Operable
Assigned to the following themes:
CODE AND LABELS
WHOLE SITE
WORDING
Each page must have a unique and descriptive <title> that reflects its topic or purpose.
Level Level A, WCAG principle: Operable
Assigned to the following themes:
CODE AND LABELS
WORDING
The purpose of each link must be clear from:
- the link text itself, or
- the surrounding context.
Level Level A, WCAG principle: Understandable
Assigned to the following themes:
CODE AND LABELS
WORDING
Each page must have a <html lang=""> attribute that matches the main language of the page.
Level Level A, WCAG principle: Understandable
Assigned to the following themes:
FORMS
WORDING
Errors and validation must be clearly identified and described in text, not just visually (like color or highlighting).