-
-
Notifications
You must be signed in to change notification settings - Fork 245
[v10.3.0] aria-label support on listbox and wrapper聽#463
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestroadmapTracked in the roadmapTracked in the roadmapv10.3.0Planned for v10.3.0Planned for v10.3.0
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestroadmapTracked in the roadmapTracked in the roadmapv10.3.0Planned for v10.3.0Planned for v10.3.0
馃憤 Vote with a thumbs up if this matters to you.
What
Add
"aria-label": "Results"to the list element insrc/services/init.js(configurable viaresultsList.ariaLabel). Add a top-levelariaLabelconfig option that applies to the wrapper element when the wrapper is enabled, or to the input element when it is not.Why
Screen readers need meaningful labels on the listbox and the wrapper/input to announce them properly. Currently, these elements have no aria-label, which reduces accessibility for users relying on assistive technology.
Related