Re: [csswg-drafts] [css-conditional-3] Are there issues with !important in @supports? (Is the grammar wrong?) (#5559)

So is this expected?

```js
CSS.supports("background: green !important"); // true
CSS.supports("background", "green !important"); // false
```


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


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

Received on Thursday, 22 October 2020 14:29:26 UTC