File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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=]
You can’t perform that action at this time.
0 commit comments