|
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-26 name=dcterms.date> |
| 13 | + <meta content=2013-07-01 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 26 June 2013</h2> |
| 32 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 July 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-20130626/</a> |
| 36 | + <dd><a href="http://dev.w3.org/csswg/css3-cascade/">http://www.w3.org/TR/2013/WD-css3-cascade-20130701/</a> |
37 | 37 | --> |
38 | 38 |
|
39 | 39 | <dt>Latest version: |
@@ -855,21 +855,32 @@ <h4 id=default><span class=secno>4.3.3. </span> Rolling back the cascade: |
855 | 855 |
|
856 | 856 | <p> If the <a href="#cascaded-value0"><i>cascaded value</i></a> is the |
857 | 857 | ‘<a href="#default-keyword"><code class=css>default</code></a>’ |
858 | | - keyword, then all declarations in the <a href="#origin"><i>origin</i></a> |
859 | | - level to which it belongs are discarded from the cascade, resulting in a |
860 | | - new <a href="#cascaded-value0"><i>cascaded value</i></a>. For this |
861 | | - purpose, all author-originating styles (author and override, both normal |
862 | | - and important) are treated as belonging to the same <a |
863 | | - href="#origin"><i>origin</i></a> level. This repeats until the <a |
864 | | - href="#cascaded-value0"><i>cascaded value</i></a> is not ‘<a |
865 | | - href="#default-keyword"><code class=css>default</code></a>’ or until the |
866 | | - <a href="#output-of-the-cascade"><i>output of the cascade</i></a> is |
867 | | - empty. |
868 | | - |
869 | | - <p class=issue> This definition might need tweaking to sensibly handle |
870 | | - animations. See <a |
871 | | - href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0270.html">dbaron's |
872 | | - message</a>. |
| 858 | + keyword, the behavior depends on the origin to which the declaration |
| 859 | + belongs: |
| 860 | + |
| 861 | + <dl> |
| 862 | + <dt>user-agent origin |
| 863 | + |
| 864 | + <dd> Equivalent to ‘<a href="#inherit-keyword"><code |
| 865 | + class=css>inherit</code></a>’ or ‘<a href="#initial-keyword"><code |
| 866 | + class=css>initial</code></a>’, depending on whether the property is |
| 867 | + <i>inherited</i> or not. |
| 868 | + |
| 869 | + <dt>user origin |
| 870 | + |
| 871 | + <dd> Rolls back the cascade to the user-agent level, so that the <a |
| 872 | + href="#specified-value"><i>specified value</i></a> is calculated as if no |
| 873 | + author-level or user-level rules were specified for this property. |
| 874 | + |
| 875 | + <dt>author origin |
| 876 | + |
| 877 | + <dd> Rolls back the cascade to the user level, so that the <a |
| 878 | + href="#specified-value"><i>specified value</i></a> is calculated as if no |
| 879 | + author-level rules were specified for this property. For the purpose of |
| 880 | + ‘<a href="#default-keyword"><code class=css>default</code></a>’, this |
| 881 | + origin includes the Override and Animation <a |
| 882 | + href="#origin"><i>origins</i></a>. |
| 883 | + </dl> |
873 | 884 |
|
874 | 885 | <h4 id=no-value><span class=secno>4.3.4. </span> When There Is No Cascaded |
875 | 886 | Value</h4> |
|
0 commit comments