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

Drawer Accessibility #539

Open
1 of 2 tasks
lukeschunk opened this issue Apr 11, 2017 · 2 comments
Open
1 of 2 tasks

Drawer Accessibility #539

lukeschunk opened this issue Apr 11, 2017 · 2 comments
Assignees

Comments

@lukeschunk
Copy link
Contributor

lukeschunk commented Apr 11, 2017

There are several items on the drawer that need to be addressed.

  • Icon-only back button needs to have hidden content and be readable by screen reader
  • Focus needs to be managed correctly
    • possibly use trap-focus-react library in modal
    • determine where focus should fall when component is mounted
    • return focus to previously focused element when drawer is closed (not sure if this will be handled in drawer or not)
@lukeschunk lukeschunk self-assigned this Apr 11, 2017
@daveguymon
Copy link

The icon-only back button should be fired when the user clicks either Enter or Space. Currently, it only fires when the user clicks Enter.

@lukeschunk
Copy link
Contributor Author

should it fire when the user clicks space? i believe if the screen reader is being used it will fire on VO + space

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

No branches or pull requests

2 participants