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

WAI-ARIA Accessibility updates #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

majornista
Copy link

Implement WAI-ARIA combobox/listbox design patterns to improve
accessibility for keyboard-only users and users of assistive technology.

http://www.w3.org/WAI/PF/aria-practices/#combobox
http://www.w3.org/WAI/PF/aria-practices/#Listbox

Improved behavior of keyboard-only multiselect.

Added keyboard support for home, end, page_up, page_down, ctrl+a to
select all, space bar, alt+down_arrow, alt+up_arrow, and the obscure,
yet useful, shift+f8 multiselect toggle.

Implement WAI-ARIA combobox/listbox design patterns to improve
accessibility for keyboard-only users and users of assistive technology.

http://www.w3.org/WAI/PF/aria-practices/#combobox
http://www.w3.org/WAI/PF/aria-practices/#Listbox

Improved behavior of keyboard-only multiselect.

Added keyboard support for home, end, page_up, page_down, ctrl+a to
select all, space bar, alt+down_arrow, alt+up_arrow, and the obscure,
yet useful, shift+f8 multiselect toggle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant