File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1210,7 +1210,7 @@ Cascade Layers</h3>
1210
1210
overrides, and other styling concerns--
1211
1211
and are able to re-order the cascade of layers in an explicit way,
1212
1212
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.
1214
1214
1215
1215
<div class="example">
1216
1216
For example, the following generates an explicit ''reset'' layer,
@@ -1233,7 +1233,7 @@ Cascade Layers</h3>
1233
1233
The unlayered declarations on the <{audio}> element take precedence
1234
1234
over the explicitly layered declarations on <code> audio[controls] </code> --
1235
1235
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 .
1237
1237
</div>
1238
1238
1239
1239
Name-defining [=at-rules=]
You can’t perform that action at this time.
0 commit comments