[csswg-drafts] [css-conditional-4] @supports elements queries (#7023)

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