3.3 Input Assistance · Understandable
WCAG 3.3.2 Labels or Instructions
Level A
Labels or instructions are provided when content requires user input.
Common failures
- Inputs have placeholder text but no `<label>`.
- Date fields don't indicate the expected format.
How to fix
- Pair every input with a visible `<label>`.
- When format matters, surface the format as helper text or in the label.
Related criteria
- WCAG 1.3.5 Identify Input Purpose Level AA
- WCAG 3.3.1 Error Identification Level A