- From: Surma <notifications@github.com>
- Date: Tue, 07 Dec 2021 09:45:51 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 December 2021 17:46:04 UTC
(This issue might be filed in the completely wrong place. I’m not 100% sure where it should live.) THe most recent interation of the [Container Queries spec](https://drafts.csswg.org/css-contain-3/#typedef-style-query) specifies a new syntax that not only allows you to query a container’s size, but also it’s computed style. For example: ```css @container (color: red) { h1 { } } ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1041
Received on Tuesday, 7 December 2021 17:46:04 UTC