Re: [csswg-drafts] [css-conditional-3] Define `<declaration>` (#8795)

I do not know since which version, but all these rules are now invalid in Chrome, but still valid in FF:

```css
@import "style.css" supports(color: 1);
@import "style.css" supports(color: { var(--custom) });
@import "style.css" supports(--custom: var(1));
@import "style.css" supports(unknown: var(--custom));
```

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


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

Received on Thursday, 28 November 2024 10:41:18 UTC