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

Improve Modal Accessibility #86

Open
marktlinn opened this issue Feb 12, 2023 · 0 comments
Open

Improve Modal Accessibility #86

marktlinn opened this issue Feb 12, 2023 · 0 comments

Comments

@marktlinn
Copy link
Collaborator

We can improve the accessibility of all the modals, to ensure that when open no other elements of the screen are focusable with key tab events. For people using screen readers and tab to navigate the page, when they are interacting with a modal we want to be sure that only the relevant elements (i.e. those within the currently open modal) are navigated with the tab button.

Currently hitting tab with an open modal will still access the full page behind the modal component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant