-
Notifications
You must be signed in to change notification settings - Fork 798
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
New Rule: Scrollable pane not keyboard accessible #96
Comments
Any idea how we get this to perform well? |
KSD-248 and remove superfluous / incorrect wcaga tag
We have a list of scrollable elements that we need for restoreScroll. We may need a way to bypass the selector/matches and use that list instead. We'll also need to check that there is hidden content and that there is visible content as well. This may have to be experimental. |
Perhaps the new |
Rule: scrollable-region-focusableThe rule checks that scrollable elements have keyboard access. Tags: wcag2a, wcag211 MatcherElement(s) that can be scrolled. (See - ChecksCheck 1"any": focusable-content pass - Check 2"any": is-focusable pass - Egs: //overflow
|
documented in INR - 6/17/2019 |
DQU and WCAG links included creating MVP rule help |
Scrollable areas (overflow: auto / scroll) need a method for keyboard-only users to scroll the area. This can be fixed if:
The text was updated successfully, but these errors were encountered: