We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad80d3 commit ec29f45Copy full SHA for ec29f45
2 files changed
css3-cascade/Overview.html
@@ -488,6 +488,9 @@ <h3 id=cascade><span class=secno>4.2. </span> Cascading Declarations</h3>
488
<li>Normal user agent declarations
489
</ol>
490
491
+ <p> Declarations from origins earlier in this list win over declarations
492
+ from later origins.
493
+
494
<dt>Scope
495
496
<dd> If a declaration belongs to a ruleset with a <a
css3-cascade/Overview.src.html
@@ -305,6 +305,9 @@ <h3 id='cascade'>
305
306
307
308
+ <p>
309
+ Declarations from origins earlier in this list win over declarations from later origins.
310
311
312
<dd>
313
If a declaration belongs to a ruleset with a <a href="http://www.w3.org/TR/selectors4/#scoping">scoped selector</a>,
0 commit comments