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

Update dom.isFocusable function (PR#1211) #1208

Closed
jeeyyy opened this issue Oct 28, 2018 · 1 comment
Closed

Update dom.isFocusable function (PR#1211) #1208

jeeyyy opened this issue Oct 28, 2018 · 1 comment
Assignees
Labels
fix Bug fixes rules Issue or false result from an axe-core rule

Comments

@jeeyyy
Copy link
Contributor

jeeyyy commented Oct 28, 2018

  • remove the usage of isVisible.
  • write a new function isCssVisible and swap usage of isVisible.

isCssVisible should

  • ignore aria-hidden.
  • ignore off-screen elements.
  • ensure parent visibility inheritance.
@jeeyyy jeeyyy added the fix Bug fixes label Oct 28, 2018
@jeeyyy jeeyyy self-assigned this Oct 28, 2018
@WilcoFiers WilcoFiers added the rules Issue or false result from an axe-core rule label Oct 31, 2018
@jeeyyy jeeyyy changed the title Update dom.isFocusable function Update dom.isFocusable function (PR#1211) Nov 2, 2018
@jeeyyy
Copy link
Contributor Author

jeeyyy commented Nov 8, 2018

PR merged. Closing issue.

@jeeyyy jeeyyy closed this as completed Nov 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fixes rules Issue or false result from an axe-core rule
Projects
None yet
Development

No branches or pull requests

2 participants