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

makeup-modal: use inert attribute when hoist option is true #195

Open
ianmcburnie opened this issue Dec 20, 2024 · 0 comments
Open

makeup-modal: use inert attribute when hoist option is true #195

ianmcburnie opened this issue Dec 20, 2024 · 0 comments

Comments

@ianmcburnie
Copy link
Member

When the hoist option is true, the targeted modal element will be hoisted up the DOM tree and becomes a child of body. Given this, we can just set the inert property on all other siblings of target element if inert is supported (and fallback to our existing logic if not)

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