-
-
Notifications
You must be signed in to change notification settings - Fork 636
separator role can be interactive for WAI-ARIA 1.1 Window Splitter design pattern #577
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
Comments
Just stumbled across the false positives described above using For
|
Looking a bit into the issue with Updating the required version for |
`aria-query` adds support for `aria-valuenow`, `aria-valuemin` and `aria-valuemax` for `role="separator"` in this version. This commit/PR aims to fix GitHub issue 577: jsx-eslint#577
`aria-query` adds support for `aria-valuenow`, `aria-valuemin` and `aria-valuemax` for `role="separator"` in this version. Fixes jsx-eslint#577
There is already a PR being worked on which will update |
Per https://www.w3.org/TR/wai-aria-practices-1.1/#windowsplitter, and element with role="separator" can be interactive and support aria- properties.
So the following errors are false positives:
The text was updated successfully, but these errors were encountered: