You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The precise ordering of Transition and Animation declarations is still under <ahref="http://lists.w3.org/Archives/Public/www-style/2013Mar/0297.html">discussion</a>.
338
338
339
339
<p>
340
-
Declarations from origins earlier in this list win over declarations from later origins.
340
+
Declarations from <i>origins</i> earlier in this list win over declarations from later <i>origins</i>.
341
341
342
342
<dtid='cascade-scope'>Scope
343
343
<dd>
@@ -397,7 +397,7 @@ <h4 id='cascading-origins'>
397
397
<p>
398
398
Each style rule has an <dfn>origin</dfn>,
399
399
which determines where it enters the cascade.
400
-
CSS defines three core origins:
400
+
CSS defines three core <i>origins</i>:
401
401
402
402
<dl>
403
403
<dtid='cascade-origin-author'>Author
@@ -421,7 +421,7 @@ <h4 id='cascading-origins'>
421
421
</dl>
422
422
423
423
<p>
424
-
Extensions to CSS define the following additional origins:
424
+
Extensions to CSS define the following additional <i>origins</i>:
425
425
426
426
<dl>
427
427
<dtid='cascade-origin-override'>Override
@@ -440,11 +440,11 @@ <h4 id='cascading-origins'>
440
440
441
441
<p>
442
442
In addition,
443
-
several origins have twin origins defined the same way,
443
+
several <i>origins</i> have twin <i>origins</i> defined the same way,
444
444
but which contain the ''!important'' rules.
445
445
446
446
<p>
447
-
The normative list of CSS origins is defined in <ahref="#cascade-origin">a previous section</a>.
447
+
The normative list of CSS <i>origins</i> is defined in <ahref="#cascade-origin">a previous section</a>.
448
448
449
449
<h4id='important-rules'>
450
450
''!important'' rules</h4>
@@ -582,11 +582,11 @@ <h4 id="default">
582
582
583
583
<p>
584
584
If the <i>cascaded value</i> is the ''default'' keyword,
585
-
then all declarations in the origin level to which it belongs are discarded from the cascade,
585
+
then all declarations in the <i>origin</i> level to which it belongs are discarded from the cascade,
586
586
resulting in a new <i>cascaded value</i>.
587
587
For this purpose, all author-originating styles
588
588
(author and override, both normal and important)
589
-
are treated as belonging to the same origin level.
589
+
are treated as belonging to the same <i>origin</i> level.
590
590
This continues until the <i>cascaded value</i> is not ''default''
591
591
or until the <i>output of the cascade</i> is empty.
0 commit comments