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

tabs: improve accessibility #1430

Closed
thbt opened this issue Apr 3, 2017 · 0 comments
Closed

tabs: improve accessibility #1430

thbt opened this issue Apr 3, 2017 · 0 comments

Comments

@thbt
Copy link
Contributor

thbt commented Apr 3, 2017

Bug description

Disabled tabs are not announced as disabled and should not be focusable.

Solution

The easy fix would be to add aria-dsabled="true" and tabindex="-1" to the tab title link or replacing it by a span element.

However it is not clear yet how bootstrap will address this issue as they are thinking about removing ARIA attributes twbs/bootstrap#19738

@thbt thbt changed the title tabs: improve tabs accessibility tabs: improve accessibility Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants