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

Scrollable regions should pass when there is an open modal [0ssw9k] #2217

Closed
WilcoFiers opened this issue Oct 17, 2024 · 2 comments
Closed
Assignees

Comments

@WilcoFiers
Copy link
Member

The Scrollable content can be reached with sequential focus navigation
, rule does not account for scrollable regions that are covered by the backdrop of a modal. While a model is open, it is perfectly reasonable for scrollable regions not to have focusable elements inside them.

@Jym77
Copy link
Collaborator

Jym77 commented Oct 21, 2024

I guess it should more generally hook on inert subtrees, which includes being blocked by a modal.

@giacomo-petri giacomo-petri self-assigned this Oct 24, 2024
@giacomo-petri
Copy link
Collaborator

giacomo-petri commented Oct 24, 2024

Do we want to adjust the applicability to make this scenario inapplicable, or should we find a way to include it in the passing examples? (The first option is easier 😆)

Edit: Actually, the second option is more accurate. I'll go with it.

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

3 participants