- From: NAGAYAMA Toshiaki via GitHub <sysbot+gh@w3.org>
- Date: Tue, 08 Feb 2022 02:44:05 +0000
- To: public-css-archive@w3.org
NagayamaToshiaki has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-conditional-4] @supports elements queries ==
There have been not much changes or addition of elements recently, but inability of querying the support of HTML element is not handy.
so I would like to issue the new specs that would be written like this:
```
@supports element(foo) {
foo {
line-height: 1.5;
}
}
```
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7023 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 8 February 2022 02:44:06 UTC