We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm trying to implement wai-aria compatible components following w3c wai-aria-practices examples and the following rule causes me problems : https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/7bcea2006f1d79b399e4aaec82e9cbbbe6ef8cc4/src/rules/aria-activedescendant-has-tabindex.js#L46-L49
This rule doesn't validate w3c following example as it uses negative tabIndex
regards, Nicolas
The text was updated successfully, but these errors were encountered:
@KuSh ya, you're totally right. Thank you for bringing this to our attention!
Let's remove the restriction on it being negative.
Sorry, something went wrong.
jessebeach
Successfully merging a pull request may close this issue.
Hi,
I'm trying to implement wai-aria compatible components following w3c wai-aria-practices examples and the following rule causes me problems :
https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/7bcea2006f1d79b399e4aaec82e9cbbbe6ef8cc4/src/rules/aria-activedescendant-has-tabindex.js#L46-L49
This rule doesn't validate w3c following example as it uses negative tabIndex
regards,
Nicolas
The text was updated successfully, but these errors were encountered: