Skip to content

Commit 90f52c2

Browse files
committed
[css-contain-3][editorial] Reorder container syntax production
1 parent d8501fc commit 90f52c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-contain-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,13 +596,13 @@ Container Queries: the ''@container'' rule</h3>
596596
where:
597597

598598
<pre class="prod def">
599-
<dfn><<container-condition>></dfn> = not <<container-query>>
600-
| <<container-query>> [ and <<container-query>> ]*
601-
| <<container-query>> [ or <<container-query>> ]*
602599
<dfn><<container-query>></dfn> = ( <<container-condition>> )
603600
| ( <<size-feature>> )
604601
| style( <<style-query>> )
605602
| <<general-enclosed>>
603+
<dfn><<container-condition>></dfn> = not <<container-query>>
604+
| <<container-query>> [ and <<container-query>> ]*
605+
| <<container-query>> [ or <<container-query>> ]*
606606
607607
<dfn><<style-query>></dfn> = <<style-feature>> | <<style-condition>>
608608
<dfn><<style-condition>></dfn> = not ( <<style-query>> )

0 commit comments

Comments
 (0)