Skip to content

[css-nesting-1][editorial] @container is now a conditional group rule #10561

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions css-nesting-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -641,10 +641,9 @@ Nesting Other At-Rules {#conditionals}
<div class=note>
Specifically, these rules are capable of being [=nested group rules=]:

* all the [=conditional group rules=] (''@media'', ''@supports'')
* all the [=conditional group rules=] (''@container'', ''@media'', ''@supports'')
* ''@layer''
* ''@scope''
* ''@container''
</div>

The meanings and behavior of such [=nested group rules=]
Expand Down Expand Up @@ -1367,4 +1366,4 @@ Significant changes since the
(<a href="https://github.com/w3c/csswg-drafts/issues/8738">Issue 8738</a>)

* Replaced <code>@nest</code> with [=nested declarations rules=].
(<a href="https://github.com/w3c/csswg-drafts/issues/10234">Issue 10234</a>)
(<a href="https://github.com/w3c/csswg-drafts/issues/10234">Issue 10234</a>)