Skip to content

Commit 5f23b7d

Browse files
committed
[css-cascade-5][editorial] Replace source order with order of appearance
1 parent 2a2200e commit 5f23b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-cascade-5/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ Cascade Layers</h3>
12101210
overrides, and other styling concerns--
12111211
and are able to re-order the cascade of layers in an explicit way,
12121212
without altering selectors or specificity within each layer,
1213-
or relying on source-order to resolve conflicts across layers.
1213+
or relying on order of appearance to resolve conflicts across layers.
12141214

12151215
<div class="example">
12161216
For example, the following generates an explicit ''reset'' layer,
@@ -1233,7 +1233,7 @@ Cascade Layers</h3>
12331233
The unlayered declarations on the <{audio}> element take precedence
12341234
over the explicitly layered declarations on <code>audio[controls]</code> --
12351235
even though the unlayered styles have a lower specificity,
1236-
and come first in the source order.
1236+
and come first in the order of appearance.
12371237
</div>
12381238

12391239
Name-defining [=at-rules=]

0 commit comments

Comments
 (0)