- From: Miriam Suzanne via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Jul 2022 22:17:58 +0000
- To: public-css-archive@w3.org
Yes, both of these are valid, with `not` being part of the condition rather than the name. If implementations are getting that wrong, we should at least create a WPT, and file bugs - and potentially clarify the spec. ```css @container not (width <= 500px ) { … } @container name not (width <= 500px) { … } ``` -- GitHub Notification of comment by mirisuzanne Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7203#issuecomment-1183737711 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 13 July 2022 22:18:00 UTC