Back
Form elements must have labels
Ensures every form element has a label
- Status
- Failed
- Impact
- Critical
- Category
- Forms
- WCAG criteria
- Guidance
- Deque University
1 issue across 5 pages
How to fix
To fix the issue, you need to resolve at least one of these:
- Form element does not have an implicit (wrapped) <label>
- Form element does not have an explicit <label>
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
- Element has no placeholder attribute
- Element's default semantics were not overridden with role="none" or role="presentation"