|
9 | 9 | rel=dcterms.rights> |
10 | 10 | <meta content="CSS Cascading and Inheritance Level 3" name=dcterms.title> |
11 | 11 | <meta content=text name=dcterms.type> |
12 | | - <meta content=2013-01-03 name=dcterms.issued> |
| 12 | + <meta content=2013-01-15 name=dcterms.issued> |
13 | 13 | <meta content="http://dev.w3.org/csswg/css3-cascade/" name=dcterms.creator> |
14 | 14 | <meta content=W3C name=dcterms.publisher> |
15 | | - <meta content="http://www.w3.org/TR/2013/ED-css3-cascade-20130103/" |
| 15 | + <meta content="http://www.w3.org/TR/2013/ED-css3-cascade-20130115/" |
16 | 16 | name=dcterms.identifier> |
17 | 17 | <link href="../default.css" rel=stylesheet type="text/css"> |
18 | 18 | <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet |
|
25 | 25 |
|
26 | 26 | <h1>CSS Cascading and Inheritance Level 3</h1> |
27 | 27 |
|
28 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 January 2013</h2> |
| 28 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 January |
| 29 | + 2013</h2> |
29 | 30 |
|
30 | 31 | <dl><!-- |
31 | 32 | <dt>This version: |
32 | | - <dd><a href="http://www.w3.org/TR/2013/ED-css3-cascade-20130103/">http://www.w3.org/TR/2013/WD-css3-cascade-20130103/</a> |
| 33 | + <dd><a href="http://www.w3.org/TR/2013/ED-css3-cascade-20130115/">http://www.w3.org/TR/2013/WD-css3-cascade-20130115/</a> |
33 | 34 | --> |
34 | 35 |
|
35 | 36 | <dt>Latest version: |
@@ -787,12 +788,12 @@ <h4 id=default><span class=secno>4.3.3. </span> Rolling back the cascade: |
787 | 788 |
|
788 | 789 | <p> If the <a href="#cascaded-value0"><i>cascaded value</i></a> is the |
789 | 790 | ‘<a href="#default-keyword"><code class=css>default</code></a>’ |
790 | | - keyword, then the origin level to which it belongs is discarded from the |
791 | | - cascade, resulting in a new <a href="#cascaded-value0"><i>cascaded |
792 | | - value</i></a>. For this purpose, all author-originating styles (author and |
793 | | - override, both normal and important) are treated as belonging to the same |
794 | | - origin level. This continues until the <a |
795 | | - href="#cascaded-value0"><i>cascaded value</i></a> is not ‘<a |
| 791 | + keyword, then all declarations in the origin level to which it belongs are |
| 792 | + discarded from the cascade, resulting in a new <a |
| 793 | + href="#cascaded-value0"><i>cascaded value</i></a>. For this purpose, all |
| 794 | + author-originating styles (author and override, both normal and important) |
| 795 | + are treated as belonging to the same origin level. This continues until |
| 796 | + the <a href="#cascaded-value0"><i>cascaded value</i></a> is not ‘<a |
796 | 797 | href="#default-keyword"><code class=css>default</code></a>’ or until the |
797 | 798 | <a href="#output-of-the-cascade"><i>output of the cascade</i></a> is |
798 | 799 | empty. |
|
0 commit comments