Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility: Add role=log attribute to autocomplete popup. #1777 #193

Open
abaransy opened this issue Jan 10, 2023 · 0 comments
Open

Accessibility: Add role=log attribute to autocomplete popup. #1777 #193

abaransy opened this issue Jan 10, 2023 · 0 comments

Comments

@abaransy
Copy link

[Problem]
Autocomplete suggestions (that become available in the autocomplete popup when a user types anything in) are not announced to users with screen readers.

Screen reader users will be unaware of important updates to this content when they occur.

[Recommendation]
Indicate live regions for dynamically changing content. Live regions can be created by adding a role attribute set to "log", "status", "alert", "progressbar", "marquee", or "timer" as appropriate.

Literally all that needs to be done is to add role="log" to the autocomplete popup container. Can you please add it?

See relevant example in https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA23 under "Example 1: Updating the contents of a chat conversation"Accessibility: Add role=log attribute to autocomplete popup. #1777

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant