- From: Miriam Suzanne via GitHub <sysbot+gh@w3.org>
- Date: Tue, 06 Apr 2021 15:16:36 +0000
- To: public-css-archive@w3.org
So a few syntax options that I've seen in the comments here or linked… ```css /* possibly using a function like at-rule() or rule() */ @supports (@container) { … } @supports (@container (width > 20em)) { … } @supports (@container, width > 20em) { … } ``` This would certainly be helpful for things like `@container` and new `@media` features. @SebastianZ your linked syntax also includes a style block, since it's mainly concerned with testing descriptors inside a rule. Not clear if that's meant to be required, or part of what you're suggesting here? -- GitHub Notification of comment by mirisuzanne Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6175#issuecomment-814204085 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 6 April 2021 15:16:38 UTC