- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Mon, 09 Oct 2023 19:40:46 +0000
- To: public-css-archive@w3.org
Yes, I also assume it. We can already do `CSS.supports('selector(type) and selector(.class)')`, so you could do `CSS.supports('media-query(some-feature: value1) or media-query(some-feature: value2)')` (declaration), `CSS.supports('media-query(some-feature > 1px)')` (range), or `CSS.supports('media-query(some-feature)')` (boolean). -- GitHub Notification of comment by cdoublev Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7595#issuecomment-1753611429 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 9 October 2023 19:40:48 UTC