Re: [csswg-drafts] [css-conditional-4] Feature detection for descriptors (#2463)

> Testing full parsing of an at-rule, as an entire block of syntax

I was also thinking about this. But should this be restricted to at-rules? We could check any block I guess

```css
@supports (:foo { bar: baz; })
```

Like `@supports selector(:foo) and (bar: baz)`?

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


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

Received on Tuesday, 18 January 2022 19:22:37 UTC