-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
The component only uses aria-label to provide an accessible name, but does not include a visible <label> element. It may create usabiliy challanges for users who rely on speech recognition or cognitive support. Placeholder text is not considered a sufficient substitute for label, it can also introduce contrast issues depending on styling. This is related to (WCAG 3.3.2). We should also be aware for WCAG 2.5.3 if an visible label is present to ensure compatibility with speech recognition.
My rule of thumb: Every input should have a visible and unique label
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
📋 Backlog