Re: [csswg-drafts] [css-ui] Support setting offscreen content inert (#10711)

@jantimon, I think the point is you wouldn't be able to have interactive donut holes like that. `interactivity: inert` would make all the descendants inert too (just like the `inert` property does in HTML), regardless of their `interactivity` value (hence why it doesn't need to be inherited anymore). In other words, it would work more like `display: none` (where descendants cannot escape the hiddenness) than `visibility: hidden` or `pointer-events: none`.

-- 
GitHub Notification of comment by benface
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10711#issuecomment-2855537087 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 6 May 2025 18:29:02 UTC