|
12 | 12 | </a></p> |
13 | 13 | <h1 class="p-name no-ref" id=title>CSS Cascading and Inheritance Level 3</h1> |
14 | 14 | <h2 class="no-num no-toc no-ref" id=subtitle><span class=content>Editor's Draft, |
15 | | - <span class=dt-updated><span class=value-title title=20130807>7 August 2013</span></span></span></h2> |
| 15 | + <span class=dt-updated><span class=value-title title=20130812>12 August 2013</span></span></span></h2> |
16 | 16 | <div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-cascade/>http://dev.w3.org/csswg/css-cascade/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-cascade/>http://www.w3.org/TR/css3-cascade/</a><dt>Editor's Draft:<dd><a href=http://dev.w3.org/csswg/css-cascade/>http://dev.w3.org/csswg/css-cascade/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css3-cascade-20130103/ rel=previous>http://www.w3.org/TR/2013/WD-css3-cascade-20130103/</a><dd><a href=http://www.w3.org/TR/2005/WD-css3-cascade-20051215/ rel=previous>http://www.w3.org/TR/2005/WD-css3-cascade-20051215/</a> |
17 | 17 | <dt>Feedback:</dt> |
18 | 18 | <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-cascade%5D%20feedback">www-style@w3.org</a> |
@@ -131,7 +131,7 @@ <h2 data-level=2 id=at-import><span class=secno>2 </span><span class=content> |
131 | 131 | <p> |
132 | 132 | The <dfn data-dfn-type=at-rule id=at-ruledef-import><a class=css data-link-type=maybe href=#at-ruledef-import>@import</a></dfn> rule allows users to import style rules from other style sheets. |
133 | 133 | Any <a class=css data-link-type=maybe href=#at-ruledef-import>@import</a> rules must precede all other at-rules and style rules in a style sheet |
134 | | - (besides <a class=css data-link-type=maybe href=http://dev.w3.org/csswg/css-syntax-3/#charset>@charset</a>, which must be the first thing in the style sheet if it exists), |
| 134 | + (besides <a class=css data-link-type=maybe href=http://dev.w3.org/csswg/css-syntax-3/#at-ruledef-charset>@charset</a>, which must be the first thing in the style sheet if it exists), |
135 | 135 | or else the <a class=css data-link-type=maybe href=#at-ruledef-import>@import</a> rule is invalid. |
136 | 136 | The syntax of <a class=css data-link-type=maybe href=#at-ruledef-import>@import</a> is: |
137 | 137 |
|
@@ -513,7 +513,7 @@ <h3 data-level=4.6 id=actual><span class=secno>4.6 </span><span class=content> |
513 | 513 | By probing the actual values of elements, |
514 | 514 | much can be learned about how the document is laid out. |
515 | 515 | However, not all information is recorded in the actual values. |
516 | | - For example, the actual value of the <a class=property data-link-type=propdesc title=page-break-after>page-break-after</a> property |
| 516 | + For example, the actual value of the <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/page.html#propdef-page-break-after title=page-break-after>page-break-after</a> property |
517 | 517 | does not reflect whether there is a page break or not after the element. |
518 | 518 | Similarly, the actual value of <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-break-3/#orphans title=orphans>orphans</a> |
519 | 519 | does not reflect how many orphan lines there is in a certain element. |
@@ -617,7 +617,7 @@ <h3 data-level=4.7 id=stages-examples><span class=secno>4.7 </span><span class=c |
617 | 617 | <td><span class=css data-link-type=maybe>176px</span> |
618 | 618 | <tr> |
619 | 619 | <td>(j) |
620 | | - <th><a class=property data-link-type=propdesc title=page-break-after>page-break-after</a> |
| 620 | + <th><a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/page.html#propdef-page-break-after title=page-break-after>page-break-after</a> |
621 | 621 | <td><small>(none)</small> |
622 | 622 | <td><small>(none)</small> |
623 | 623 | <td><span class=css data-link-type=maybe>auto</span> <small>(initial value)</small> |
|
0 commit comments