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

fix(commons/dom): fix isFocusable functions by checking screenreader visibility and enabledness #658

Merged
merged 1 commit into from
Dec 21, 2017

Conversation

0ddfell0w
Copy link
Contributor

Adds tests for disabled/AT-hidden elements with tabindex

fixes #647

Copy link
Contributor

@dylanb dylanb left a comment

Choose a reason for hiding this comment

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

This is much better - thanks for the great contribution!

@0ddfell0w
Copy link
Contributor Author

@dylanb nooo problem. @WilcoFiers tagging you here in case you're deciding when to merge, closed the other PR

visibility and enabledness

Adds tests for disabled/AT-hidden elements with tabindex

fixes dequelabs#647
@WilcoFiers WilcoFiers merged commit c665d0b into dequelabs:develop Dec 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: dom.isFocusable mistakenly concludes that invisible elements are unfocusable
3 participants