Skip to content

Commit 956dbc8

Browse files
committed
[css-cascade] Preprocessor tweaks.
1 parent 9e7d711 commit 956dbc8

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css-cascade/Overview.html

Lines changed: 5 additions & 5 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=20130802>2 August 2013</span></span></span></h2>
15+
<span class=dt-updated><span class=value-title title=20130803>3 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 <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 href=http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style title=font-style>font-style</a>, <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant title=font-variant>font-variant</a>, <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight 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 href=http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family title=font-family>font-family</a> all at once.
229+
For example, the <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/fonts.html#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 href=http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style title=font-style>font-style</a>, <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant title=font-variant>font-variant</a>, <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight title=font-weight>font-weight</a>, <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/fonts.html#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 href=http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family title=font-family>font-family</a> all at once.
231231
The multiple declarations of this example:
232232

233233
<pre>h1 {
@@ -494,7 +494,7 @@ <h3 data-level=4.5 id=used><span class=secno>4.5 </span><span class=content>
494494
<p class=example>
495495
Lastly, if a property does not apply to an element,
496496
it has no <a href=#used-value>used value</a>;
497-
so, for example, the <a class=property data-link-type=propdesc title=flex>flex</a> property has no <a href=#used-value>used value</a>
497+
so, for example, the <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-flexbox-1/#flex title=flex>flex</a> property has no <a href=#used-value>used value</a>
498498
on elements that aren't <i>flex items</i>.
499499

500500
<h3 data-level=4.6 id=actual><span class=secno>4.6 </span><span class=content>
@@ -581,7 +581,7 @@ <h3 data-level=4.7 id=stages-examples><span class=secno>4.7 </span><span class=c
581581
<td><span class=css data-link-type=maybe>outside</span>
582582
<tr>
583583
<td>(f)
584-
<th><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>
584+
<th><a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size title=font-size>font-size</a>
585585
<td><code class=declaration>font-size: 1.2em</code>
586586
<td><span class=css data-link-type=maybe>1.2em</span>
587587
<td><span class=css data-link-type=maybe>1.2em</span>

css-cascade/Overview.src.html

Lines changed: 2 additions & 2 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, 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
15+
Ignored Terms: auto, flex items, page-break-before, page-break-after
16+
Link Defaults: break-before/orphans property css-break-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>

0 commit comments

Comments
 (0)