Skip to content

Focusable does not handle the inert attribute #369

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

Open
smhigley opened this issue Mar 8, 2024 · 0 comments
Open

Focusable does not handle the inert attribute #369

smhigley opened this issue Mar 8, 2024 · 0 comments

Comments

@smhigley
Copy link
Contributor

smhigley commented Mar 8, 2024

Tabster breaks on elements with inert, or nested within an ancestor with inert.

The easiest solution might be to add :not([inert]):not([inert] *) to the focusable selector, or add an explicit check (maybe in isAccessible?)

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

1 participant