Skip to content

Commit 14f3eb6

Browse files
committed
[css-cascade-5] Fix ambiguities in wording.
1 parent 923b922 commit 14f3eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-cascade-5/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ Layer Ordering</h4>
15161516

15171517
Layers that are defined inside of a [=conditional group rule=]
15181518
do not contribute to the layer order unless the condition is true,
1519-
or the [=conditional group rule=] evaluates contextually
1519+
or unless the [=conditional group rule=] evaluates contextually
15201520
for different elements on the page.
15211521

15221522
Note: A feature like "container queries"
@@ -1615,7 +1615,7 @@ Declaring Without Styles: the ''@layer'' statement at-rule</h5>
16151615

16161616
Such empty ''@layer'' rules are allowed before and after ''@import'' and ''@namespace'' rules,
16171617
but are not allowed between (or intermixed with) ''@import'' and ''@namespace'' rules,
1618-
and may not precede any ''@charset'' rule.
1618+
and must not precede any ''@charset'' rule.
16191619

16201620
Unlike the [[#layer-block|block syntax]],
16211621
multiple comma-separated layer names can be provided in this syntax,

0 commit comments

Comments
 (0)