Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

fix(navbar): tabs not being read out by screen readers#9925

Merged
kara merged 1 commit into
angular:masterfrom
crisbeto:9383/navbar-a11y
Nov 15, 2016
Merged

fix(navbar): tabs not being read out by screen readers#9925
kara merged 1 commit into
angular:masterfrom
crisbeto:9383/navbar-a11y

Conversation

@crisbeto

@crisbeto crisbeto commented Oct 26, 2016

Copy link
Copy Markdown
Member
  • Fixes the tabs in the navbar not being read out by screen readers. This is due to the fact that they were being highlighted as focused, but focus wasn't actually being passed to them.
  • Some minor cleanup in the navbar.

Fixes #9383.

@crisbeto crisbeto added a11y This issue is related to accessibility needs: review This PR is waiting on review from the team labels Oct 26, 2016
@crisbeto crisbeto added this to the 1.1.2 milestone Oct 26, 2016
@crisbeto

Copy link
Copy Markdown
Member Author

CC @ErinCoughlan

@ErinCoughlan ErinCoughlan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks.

@ThomasBurleson ThomasBurleson added needs: presubmit and removed needs: review This PR is waiting on review from the team labels Oct 27, 2016
* Fixes the tabs in the navbar not being read out by screen readers. This due to the fact that they were being highlighted as focused, but focus wasn't actually being passed to them.
* Some minor cleanup in the navbar.

Fixes angular#9383.
@kara kara added pr: merge ready This PR is ready for a caretaker to review and removed needs: presubmit labels Nov 15, 2016
@kara
kara merged commit 454b974 into angular:master Nov 15, 2016
@angular angular locked as resolved and limited conversation to collaborators Jan 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

a11y This issue is related to accessibility pr: merge ready This PR is ready for a caretaker to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nav Bar & Tabs - Tabindex for Inactive Elements

4 participants