|
10 | 10 | rel=dcterms.rights> |
11 | 11 | <meta content="CSS Cascading and Inheritance Level 3" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2013-06-13 name=dcterms.date> |
| 13 | + <meta content=2013-06-24 name=dcterms.date> |
14 | 14 | <meta content="Håkon Wium Lie" name=dcterms.creator> |
15 | 15 | <meta content="Elika J. Etemad" name=dcterms.creator> |
16 | 16 | <meta content="Tab Atkins Jr." name=dcterms.creator> |
|
29 | 29 |
|
30 | 30 | <h1>CSS Cascading and Inheritance Level 3</h1> |
31 | 31 |
|
32 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 June 2013</h2> |
| 32 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 June 2013</h2> |
33 | 33 |
|
34 | 34 | <dl><!-- |
35 | 35 | <dt>This version: |
36 | | - <dd><a href="http://dev.w3.org/csswg/css3-cascade/">http://www.w3.org/TR/2013/WD-css3-cascade-20130613/</a> |
| 36 | + <dd><a href="http://dev.w3.org/csswg/css3-cascade/">http://www.w3.org/TR/2013/WD-css3-cascade-20130624/</a> |
37 | 37 | --> |
38 | 38 |
|
39 | 39 | <dt>Latest version: |
@@ -611,14 +611,21 @@ <h3 id=cascade><span class=secno>4.2. </span> Cascading Declarations</h3> |
611 | 611 |
|
612 | 612 | <dt id=cascade-order>Order of appearance. |
613 | 613 |
|
614 | | - <dd> Rules from <a href="#atimport"><i title="@import">imported style |
615 | | - sheets</i></a> are treated as if their stylesheets were substituted in |
616 | | - place of the ‘<a href="#atimport"><code class=css>@import</code></a>’ |
617 | | - rule. Stylesheets independently linked by the originating document are |
618 | | - treated as if they were concatenated in linking order, as determined by |
619 | | - the host document language. Style attributes are treated as if their |
620 | | - style rules were concatenated in document order, after any stylesheets. |
621 | | - The last declaration wins. |
| 614 | + <dd> The last declaration in document order wins. For this purpose: |
| 615 | + <ul> |
| 616 | + <li>Declarations from <a href="#atimport"><i title="@import">imported |
| 617 | + style sheets</i></a> are ordered as if their stylesheets were |
| 618 | + substituted in place of the ‘<a href="#atimport"><code |
| 619 | + class=css>@import</code></a>’ rule. |
| 620 | + |
| 621 | + <li>Declarations from stylesheets independently linked by the |
| 622 | + originating document are treated as if they were concatenated in |
| 623 | + linking order, as determined by the host document language. |
| 624 | + |
| 625 | + <li>Declarations from style attributes are ordered according to the |
| 626 | + document order of the element the style attribute appears on, and are |
| 627 | + all placed after any stylesheets. |
| 628 | + </ul> |
622 | 629 | </dl> |
623 | 630 |
|
624 | 631 | <p> The <dfn id=output-of-the-cascade>output of the cascade</dfn> is a |
|
0 commit comments