Skip to content

Commit 77c395c

Browse files
authored
[css-nesting-1][editorial] @container is now a conditional group rule (#10561)
1 parent ede911b commit 77c395c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

css-nesting-1/Overview.bs

+2-3
Original file line numberDiff line numberDiff line change
@@ -641,10 +641,9 @@ Nesting Other At-Rules {#conditionals}
641641
<div class=note>
642642
Specifically, these rules are capable of being [=nested group rules=]:
643643

644-
* all the [=conditional group rules=] (''@media'', ''@supports'')
644+
* all the [=conditional group rules=] (''@container'', ''@media'', ''@supports'')
645645
* ''@layer''
646646
* ''@scope''
647-
* ''@container''
648647
</div>
649648

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

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

0 commit comments

Comments
 (0)