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:
FORMS
SENSORY
Time limits must be avoided unless essential for the task (e.g. exams, auctions). If time limits are used, it must be possible to:
- turn them off,
- adjust them to at least 10× the default, or
- extend them by at least 10×.
Level Level A, WCAG principle: Operable
Assigned to the following themes:
CODE AND LABELS
FORMS
The visible text of a button, link, or form field must also be part of its accessible (programmatic) name.
Level Level A, WCAG principle: Understandable
Assigned to the following themes:
CODE AND LABELS
FORMS
KEYBOARD
No unexpected changes must happen when a field value changes (like auto-submit, reload, open new 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).
Level Level A, WCAG principle: Understandable
Assigned to the following themes:
CODE AND LABELS
FORMS
Form fields must have clear labels or instructions to avoid confusion and help complete the input correctly.
Level Level A, WCAG principle: Understandable
Assigned to the following themes:
FORMS
Don't ask for the same information twice in the same process.
Provide pre-filled fields or selection options if the information was already given.
Level Level A, WCAG principle: Robust
Assigned to the following themes:
CODE AND LABELS
FORMS
KEYBOARD
Interactive elements must have:
- a clear name (what it is),
- the correct role (what it does), and
- any current value or state,
so that assistive technologies can interpret and interact with them correctly.
Level Level AA, WCAG principle: Perceivable
Assigned to the following themes:
FORMS
The purpose of common form fields (like name, email, or address) must be defined in the code so that browsers and assistive technologies can offer input support, such as autocomplete.
Level Level AA, WCAG principle: Understandable
Assigned to the following themes:
FORMS
WORDING
Errors and validation messages must show text that:
- explains the problem and
- gives suggestions for how to fix it (like "enter at least 8 characters")
Level Level AA, WCAG principle: Understandable
Assigned to the following themes:
FORMS
WORDING
Important forms like a legal agreement or submitting financial information offer the opportunity to check the information entered before sending.
Level Level AA, WCAG principle: Understandable
Assigned to the following themes:
FORMS
Authentication must not rely on memory alone.
Allow copy-paste, password managers, or other options (like email verification).
Level Level AA, WCAG principle: Robust
Assigned to the following themes:
CODE AND LABELS
FORMS
Status updates (like "form sent" or "5 items in cart") must:
- be coded using proper roles (like role="status" or role="alert"),
- be detectable by assistive technologies, and
- not require moving focus