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

Prevent aria-hidden elements from receiving keyboard focus (Fixes #15137) #15255

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexgibson
Copy link
Member

One-line summary

Prevents elements that are visible on the screen but contain aria-hidden="true" from receiving keyboard focus (having elements omitted from reading order but included in keyboard navigation can create a confusing state for screen readers).

Issue / Bugzilla link

#15137

Testing

http://localhost:8000/de/firefox/challenge-the-default/

  • Easter egg elements that contain aria-hidden="true" should no longer be included in keyboard tab navigation order.

@alexgibson alexgibson added P3 Third level priority - Nice to have Needs Review Awaiting code review Review: µ Code review time: 5 minutes or less labels Oct 8, 2024
@alexgibson alexgibson assigned alexgibson and unassigned alexgibson Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review Awaiting code review P3 Third level priority - Nice to have Review: µ Code review time: 5 minutes or less
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant