- From: Miriam Suzanne via GitHub <sysbot+gh@w3.org>
- Date: Tue, 30 Aug 2022 21:22:43 +0000
- To: public-css-archive@w3.org
This was less necessary for the initial draft of container queries, which can be tested by checking for support of the new properties/values, eg: ```css @supports (container-type: inline-size) { ... } ``` Since style queries don't involve any new properties, a more general solution is required. -- GitHub Notification of comment by mirisuzanne Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6175#issuecomment-1232182782 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 30 August 2022 21:22:45 UTC