- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Thu, 28 Nov 2024 10:41:17 +0000
- To: public-css-archive@w3.org
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