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

Improve accessible name of version dropdown in docs navbar #36495

Merged

Commits on Jun 3, 2022

  1. Improve accessible name of version dropdown in docs navbar

    - add `aria-hidden="true"` to the "Bootstrap" text that is hidden on large screens
    - add separate visually-hidden "Bootstrap", which will be part of the accessible name regardless of whether the other string is visible or not (on large screen)
    - extra visually-hidden text to give some context - that the dropdown is about switching versions
    - remove the redundant id/aria-labelledby for the dropdown
    patrickhlauke committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    1e1551d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Configuration menu
    Copy the full SHA
    6fb3439 View commit details
    Browse the repository at this point in the history