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

Search Results page -- make nested checkboxes (subfacets) keyboard-accessible #129

Open
lhenze opened this issue Nov 16, 2021 · 0 comments
Labels
a11y - critical Accessibility issues -- Top priority javascript

Comments

@lhenze
Copy link
Member

lhenze commented Nov 16, 2021

From NYU A11y Review:

Under the Resource Types heading, the Publications menu is not constructed in a way that the keyboard-only user can access the sub-filter elements. Review the WAI-ARIA authoring practices for checkbox.

Also, the element that signifies that the Publications menu has more options:

<i class="angle right icon"></i>

is not actionable and not associated with the checkbox. Also, the sub-filter elements cannot be selected unless the Publications element is selected. Consider removing the "show/hide" design of this element so that all options are exposed.

@lhenze lhenze added the a11y - critical Accessibility issues -- Top priority label Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y - critical Accessibility issues -- Top priority javascript
Projects
None yet
Development

No branches or pull requests

1 participant