-
Notifications
You must be signed in to change notification settings - Fork 81
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
Relation to content-visibility: hidden #166
Comments
Doesn't that cause the layout objects to be destroyed? |
No. For this reason, |
Ok, what does this mean for |
I think the other use case - On-screen but non-interactive content is still unmet, and would be a use case of the |
I'm having trouble imagining solving some of the desires in the explainer like this, but that's probably just failure of imagination on my part since you specifically even mention drawers here... Any chance you could share implementations of some of these so that we could look/compare? |
I don't have a specific implementation fo a drawer using
|
One of the use cases listed in the explainer is Temporarily offscreen/hidden content. Is this use case
already handled by
content-visibility: hidden
?content-visibility: hidden
disables hittesting, focus, tab order, etc and also likely has better performance than any existing
mechanism, or the proposed
inert
attribute.The text was updated successfully, but these errors were encountered: