- From: Rune Lillesveen via GitHub <sysbot+gh@w3.org>
- Date: Fri, 04 Apr 2025 10:49:58 +0000
- To: public-css-archive@w3.org
lilles has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-ui] The interactivity property should not be included in the all shorthand ==
The spec does not currently say, but including `interactivity` in `all` seems unfortunate:
```html
<style>
#inert {
interactivity: inert;
}
#child {
all: initial;
}
</style>
<div id="inert">
<span id="child"></span>
</div>
```
@flackr @mfreed7
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12049 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 4 April 2025 10:49:59 UTC