Skip to content

Commit 6b41899

Browse files
committed
[css-cascade] Preprocess fixes.
1 parent f63c335 commit 6b41899

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

css-cascade/Overview.html

Lines changed: 8 additions & 8 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=20130801>1 August 2013</span></span></span></h2>
15+
<span class=dt-updated><span class=value-title title=20130802>2 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>
@@ -226,8 +226,8 @@ <h2 data-level=3 id=shorthand><span class=secno>3 </span><span class=content>
226226

227227
<div class=example>
228228
<p>
229-
For example, the CSS 2.1 <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font title=font>font</a> property
230-
is a <a href=#shorthand-properties>shorthand</a> property for setting <a class=property data-link-type=propdesc title=font-style>font-style</a>, <a class=property data-link-type=propdesc title=font-variant>font-variant</a>, <a class=property data-link-type=propdesc title=font-weight>font-weight</a>, <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-size title=font-size>font-size</a>, <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-inline-3/#line-height title=line-height>line-height</a>, and <a class=property data-link-type=propdesc title=font-family>font-family</a> all at once.
229+
For example, the <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font title=font>font</a> property
230+
is a <a href=#shorthand-properties>shorthand</a> property for setting <a class=property data-link-type=propdesc title=font-style>font-style</a>, <a class=property data-link-type=propdesc title=font-variant>font-variant</a>, <a class=property data-link-type=propdesc title=font-weight>font-weight</a>, <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-size title=font-size>font-size</a>, <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height title=line-height>line-height</a>, and <a class=property data-link-type=propdesc title=font-family>font-family</a> all at once.
231231
The multiple declarations of this example:
232232

233233
<pre>h1 {
@@ -536,7 +536,7 @@ <h3 data-level=4.7 id=stages-examples><span class=secno>4.7 </span><span class=c
536536
<tbody>
537537
<tr>
538538
<td>(a)
539-
<th><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-text-4/#text-align0 title=text-align>text-align</a>
539+
<th><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-text-3/#text-align0 title=text-align>text-align</a>
540540
<td><code class=declaration>text-align: left</code>
541541
<td><span class=css data-link-type=maybe>left</span>
542542
<td><span class=css data-link-type=maybe>left</span>
@@ -554,7 +554,7 @@ <h3 data-level=4.7 id=stages-examples><span class=secno>4.7 </span><span class=c
554554
<td><span class=css data-link-type=maybe>4px</span>
555555
<tr>
556556
<td>(c)
557-
<th><a class=property data-link-type=propdesc title=width>width</a>
557+
<th><a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-width title=width>width</a>
558558
<td><small>(none)</small>
559559
<td><small>(none)</small>
560560
<td><span class=css data-link-type=maybe>auto</span> <small>(initial value)</small>
@@ -590,7 +590,7 @@ <h3 data-level=4.7 id=stages-examples><span class=secno>4.7 </span><span class=c
590590
<td><span class=css data-link-type=maybe>14px</span>
591591
<tr>
592592
<td>(g)
593-
<th><a class=property data-link-type=propdesc title=width>width</a>
593+
<th><a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-width title=width>width</a>
594594
<td><code class=declaration>width: 80%</code>
595595
<td><span class=css data-link-type=maybe>80%</span>
596596
<td><span class=css data-link-type=maybe>80%</span>
@@ -599,7 +599,7 @@ <h3 data-level=4.7 id=stages-examples><span class=secno>4.7 </span><span class=c
599599
<td><span class=css data-link-type=maybe>354px</span>
600600
<tr>
601601
<td>(h)
602-
<th><a class=property data-link-type=propdesc title=width>width</a>
602+
<th><a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-width title=width>width</a>
603603
<td><code class=declaration>width: auto</code>
604604
<td><span class=css data-link-type=maybe>auto</span>
605605
<td><span class=css data-link-type=maybe>auto</span>
@@ -608,7 +608,7 @@ <h3 data-level=4.7 id=stages-examples><span class=secno>4.7 </span><span class=c
608608
<td><span class=css data-link-type=maybe>134px</span>
609609
<tr>
610610
<td>(i)
611-
<th><a class=property data-link-type=propdesc title=height>height</a>
611+
<th><a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-height title=height>height</a>
612612
<td><code class=declaration>height: auto</code>
613613
<td><span class=css data-link-type=maybe>auto</span>
614614
<td><span class=css data-link-type=maybe>auto</span>

css-cascade/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ <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, font-style, font-variant, font-weight, font-family, flex, flex items, page-break-before, page-break-after, width, height
16-
Link Defaults: break-before property css-break-3
15+
Ignored Terms: auto, font-style, font-variant, font-weight, font-family, flex, flex items, page-break-before, page-break-after
16+
Link Defaults: break-before/orphans property css-break-3, font/font-size property css-fonts-3, line-height/width/height property css21, direction/unicode-bidi property css-writing-modes-3, border-top-width/border-right-width/border-bottom-width/border-left-width property css-backgrounds-4, text-align property css-text-3, list-style-position property css-lists-3
1717
</pre>
1818

1919
<h2>Introduction</h2>
@@ -138,7 +138,7 @@ <h2 id='shorthand'>
138138

139139
<div class='example'>
140140
<p>
141-
For example, the CSS 2.1 'font' property
141+
For example, the 'font' property
142142
is a <i>shorthand</i> property for setting 'font-style', 'font-variant', 'font-weight', 'font-size', 'line-height', and 'font-family' all at once.
143143
The multiple declarations of this example:
144144

0 commit comments

Comments
 (0)