Select elements must have a label
Rule
select-name· Forms · impact critical · Static + live
Why it matters
A
How to fix
Associate a
Example
<select><option>UTC</option></select>
<label for="tz">Timezone</label><select id="tz"><option>UTC</option></select>
WCAG success criteria
4.1.2 Name, Role, Value — Level A
Every UI component must expose a correct name, role, and (where relevant) state/value to assistive technology.
Standards
This rule contributes to the following standards:
WCAG A EN 301 549 Section 508 Trusted Tester ACT
| Standard | Criteria |
|---|---|
| Section 508 | 1194.22(n) |
| EN 301 549 | 9.4.1.2 |
| Trusted Tester v5 | 5.c |
| ACT (WCAG SC) | 4.1.2 |