|
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-11 name=dcterms.date> |
| 13 | + <meta content=2013-06-13 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 11 June 2013</h2> |
| 32 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 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-20130611/</a> |
| 36 | + <dd><a href="http://dev.w3.org/csswg/css3-cascade/">http://www.w3.org/TR/2013/WD-css3-cascade-20130613/</a> |
37 | 37 | --> |
38 | 38 |
|
39 | 39 | <dt>Latest version: |
@@ -194,6 +194,9 @@ <h2 class="no-num no-toc" id=table-of-contents> Table of contents</h2> |
194 | 194 |
|
195 | 195 | <li><a href="#default"><span class=secno>4.3.3. </span> Rolling back |
196 | 196 | the cascade: the ‘<code class=css>default</code>’ keyword</a> |
| 197 | + |
| 198 | + <li><a href="#no-value"><span class=secno>4.3.4. </span> When There Is |
| 199 | + No Cascaded Value</a> |
197 | 200 | </ul> |
198 | 201 | </ul> |
199 | 202 |
|
@@ -822,10 +825,6 @@ <h4 id=inheritance><span class=secno>4.3.2. </span> Inheritance: the ‘<a |
822 | 825 | href="http://www.w3.org/TR/CSS21/visuren.html#box-gen">anonymous |
823 | 826 | boxes</a>, or otherwise affected by manipulations of the box tree. |
824 | 827 |
|
825 | | - <p> If there is no <a href="#cascaded-value0"><i>cascaded value</i></a>, |
826 | | - the <a href="#inherited-value"><i>inherited value</i></a> becomes the |
827 | | - property's <a href="#specified-value"><i>specified value</i></a>. |
828 | | - |
829 | 828 | <p> If the <a href="#cascaded-value0"><i>cascaded value</i></a> of a |
830 | 829 | property is the <dfn id=inherit-keyword>‘<code |
831 | 830 | class=css>inherit</code>’</dfn> keyword, the <a |
@@ -863,6 +862,19 @@ <h4 id=default><span class=secno>4.3.3. </span> Rolling back the cascade: |
863 | 862 | href="http://lists.w3.org/Archives/Public/www-style/2012Dec/0270.html">dbaron's |
864 | 863 | message</a>. |
865 | 864 |
|
| 865 | + <h4 id=no-value><span class=secno>4.3.4. </span> When There Is No Cascaded |
| 866 | + Value</h4> |
| 867 | + |
| 868 | + <p> Sometimes, the <a href="#output-of-the-cascade"><i>output of the |
| 869 | + cascade</i></a> is an empty list, and so there is no cascaded value. |
| 870 | + |
| 871 | + <p> In this case, if the property is inherited (as defined by the |
| 872 | + property's definition table) and the element has a parent, the specified |
| 873 | + value is the computed value of the same property on the element's parent. |
| 874 | + |
| 875 | + <p> Otherwise, the specified value is the property's initial value, as |
| 876 | + defined by the property's definition table. |
| 877 | + |
866 | 878 | <h2 id=value-stages><span class=secno>5. </span> Stages of Value |
867 | 879 | Computation</h2> |
868 | 880 |
|
|
0 commit comments