You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2021. It is now read-only.
Add accessibility attributes to elements so that keyboard navigation works. e.g. Vimium (and probably screen readers) dont know that the divs in the upper right and li filters are clickable because they dont have 'button' as part of the class or a role attr.
Idea of implementation
Add role="button" attr to clickable elements
The text was updated successfully, but these errors were encountered:
Type: Feature Request
Summary
Add accessibility attributes to elements so that keyboard navigation works. e.g. Vimium (and probably screen readers) dont know that the divs in the upper right and li filters are clickable because they dont have 'button' as part of the class or a role attr.
Idea of implementation
Add
role="button"
attr to clickable elementsThe text was updated successfully, but these errors were encountered: