Alert - Unlabeled form control with title
- WAVE Category: Alert
- WAVE Alert: Unlabeled form control with title
Page Content Status
- WAVE Error guidance text
- Example of a DOM Snippet Generated From WAVE Tool
- Project Team Error guidance
- Project Team Page Details
- Project Team Issue and PR details
- Project Team Solution
- Credits/Authors
WAVE Guidance
WAVE Tool's Reference material on Unlabeled form control with title may not specifically address your problem. We provide it here for optional reading.
Click to see WAVE Tool Reference
This content added 2026-04-07. Check for updated guidance at: https://wave.webaim.org/api/docs?format=html#label_title
WAVE Category
Alerts
WAVE Error
Unlabeled form control with title
What It Means
A form control does not have a label, but has a title.
Why It Matters
The title attribute value for unlabeled form controls will be presented to screen reader users. However, a properly associated text label provides better usability and accessibility and should be used unless the purpose of the form control is intuitive without the label.
What To Do
If a visible text label is available for the form control, associate the text label to the form control using the label element. This provides additional functionality for end users because if the label is clicked it will set focus to the form control. If the form control is intuitive without a
<label>, the title attribute value may be used. Note that the title attribute value will not generally be read by a screen reader if the control has a label and may not be available to sighted users, particularly keyboard-only users.The Algorithm... in English
An
<input>(except types of image, submit, reset, button, or hidden),<textarea>, or<select>element has a non-empty title attribute value and is missing a label or valid aria-labelledby reference.Standards and Guidelines
Example of a DOM Snippet Generated From WAVE Tool
Project Team Error guidance
The following material covers how the Project Team has provided a solution to the Unlabeled form control with title WAVE Alert.
Project Page Details
- Project Page name: [INSERT PAGE NAME or "ALL"]
- Project Dev URL: [INSERT URL or "N/A"]
- Requires sign in: [TRUE OR FALSE]
- Required User Role: [INSERT ONE OF: Visitor, Logged in user, Admin, Security Admin]
- Can access page directly from URL: [TRUE OR FALSE]
- Accepts URL parameters: [TRUE OR FALSE]
Project Team Issue and PR details
- Related GitHub Issue(s):
- [INSERT ISSUE URL]
- Related Pull Request(s):
- [INSERT PR URL]
- React Component(s)
- [INSERT PATH: e.g. path/to/Component.jsx]
Project Team Solution
What is the specific problem that was occurring?
[INSERT CONTENT]
What is the proposed solution to this problem?
[INSERT CONTENT]
Step-By-Step Guide
Click to see step-by-step guide
[ADD DETAILED INSTRUCTIONS HERE]
Other Technical Details
Click to see other technical details
[INSERT OTHER DETAILS e.g. Prop References, Return Value ]
Code Snippet With Solution
Click to see code snippets
[INSERT PATH file/path/to/Snippet.jsx]
Why the Fix Works
[INSERT CONTENT]
Where this solution is applicable
- [INSERT SCENARIO 1]
- [INSERT SCENARIO 2]
- [INSERT SCENARIO N]
Screenshots of WAVE Error
1. Descriptive Title for Screenshot Set 1
Description/text for image
[INSERT IMAGE HERE]
Credits/Authors
- @MissBrandyLea
- [INCLUDE Contributor 2]
- [INCLUDE Contributor N]