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

Ensuring Quill picker is fully accessible #1999

Merged
merged 1 commit into from Mar 12, 2018

Commits on Mar 6, 2018

  1. Ensuring Quill picker is fully accessible

    Previously, the Quill picker was not a part of the tab order, which makes the picker inaccessible to screen readers/keyboard only users. Furthermore, once the picker was added to the tab order, I found that the picker options were not tabbable either, so I made the option items tabbable as well. I also made the dropdown escapable, so that screen reader/keyboard only users who opened the dropdown could exit out of it. Finally, I added the appropriate ARIA attributes to make sure screen readers could describe the state of the picker properly.
    erinsinger93 committed Mar 6, 2018
    Copy the full SHA
    cf48ce8 View commit details
    Browse the repository at this point in the history