Skip to content

Commit ec29f45

Browse files
committed
[css3-cascade] Make it clearer how origin affects the cascade.
1 parent 2ad80d3 commit ec29f45

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

css3-cascade/Overview.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,9 @@ <h3 id=cascade><span class=secno>4.2. </span> Cascading Declarations</h3>
488488
<li>Normal user agent declarations
489489
</ol>
490490

491+
<p> Declarations from origins earlier in this list win over declarations
492+
from later origins.
493+
491494
<dt>Scope
492495

493496
<dd> If a declaration belongs to a ruleset with a <a

css3-cascade/Overview.src.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,9 @@ <h3 id='cascade'>
305305
<li>Normal user agent declarations
306306
</ol>
307307

308+
<p>
309+
Declarations from origins earlier in this list win over declarations from later origins.
310+
308311
<dt>Scope
309312
<dd>
310313
If a declaration belongs to a ruleset with a <a href="http://www.w3.org/TR/selectors4/#scoping">scoped selector</a>,

0 commit comments

Comments
 (0)