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

Sets aria-hidden on global sidebar when toggled #14335

Merged
merged 5 commits into from
Feb 10, 2024

Conversation

gcamacho079
Copy link
Contributor

Description

Global sidebar content was able to be found via a screen reader due to container not being hidden — although links were not in the focus order. This PR adds another CP function to enable/disable the global sidebar by setting tabindex on links and aria-hidden on the container.

Related issues

@gcamacho079 gcamacho079 added the accessibility 👤 features related to accessibility label Feb 8, 2024
@brandonkelly brandonkelly merged commit 13218ac into 5.0 Feb 10, 2024
@brandonkelly brandonkelly deleted the a11y/global-nav-aria-hide branch February 10, 2024 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility 👤 features related to accessibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants