A form field should not have multiple label elements
Rule
form-field-multiple-labels· Forms · impact moderate · Static + live
Why it matters
When several
How to fix
Use a single
Example
<label for="q">A</label><label for="q">B</label><input id="q">
<label for="q">Search</label><input id="q" aria-describedby="hint"><span id="hint">B</span>
WCAG success criteria
3.3.2 Labels or Instructions — Level A
Inputs need labels or instructions so users know what to enter.
Standards
This rule contributes to the following standards:
WCAG A EN 301 549 Trusted Tester
| Standard | Criteria |
|---|---|
| EN 301 549 | 9.3.3.2 |
| Trusted Tester v5 | 5.c |