Skip to content

Commit 437c3f7

Browse files
committed
[css-cascade] preprocessor fixes
--HG-- extra : rebase_source : 86562e7b202cbe1dc14c06fa4554f9cf485b5e08
1 parent 527f17f commit 437c3f7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-cascade/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</a></p>
1313
<h1 class="p-name no-ref" id=title>CSS Cascading and Inheritance Level 3</h1>
1414
<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>
1616
<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>
1717
<dt>Feedback:</dt>
1818
<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>
131131
<p>
132132
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.
133133
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),
135135
or else the <a class=css data-link-type=maybe href=#at-ruledef-import>@import</a> rule is invalid.
136136
The syntax of <a class=css data-link-type=maybe href=#at-ruledef-import>@import</a> is:
137137

@@ -513,7 +513,7 @@ <h3 data-level=4.6 id=actual><span class=secno>4.6 </span><span class=content>
513513
By probing the actual values of elements,
514514
much can be learned about how the document is laid out.
515515
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
517517
does not reflect whether there is a page break or not after the element.
518518
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>
519519
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
617617
<td><span class=css data-link-type=maybe>176px</span>
618618
<tr>
619619
<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>
621621
<td><small>(none)</small>
622622
<td><small>(none)</small>
623623
<td><span class=css data-link-type=maybe>auto</span> <small>(initial value)</small>

css-cascade/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>CSS Cascading and Inheritance Level 3</h1>
1212
Previous Version: http://www.w3.org/TR/2013/WD-css3-cascade-20130103/
1313
Previous Version: http://www.w3.org/TR/2005/WD-css3-cascade-20051215/
1414
Abstract: This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.
15-
Ignored Terms: auto, flex items, page-break-before, page-break-after
15+
Ignored Terms: auto, flex items
1616
</pre>
1717

1818
<h2>Introduction</h2>

0 commit comments

Comments
 (0)