8000 [css-cascade] Preprocessor updates. · w3c/csswg-drafts@38225ed · GitHub
Skip to content

Commit 38225ed

Browse files
committed
[css-cascade] Preprocessor updates.
1 parent 97941d3 commit 38225ed

2 files changed

Lines changed: 5 additions & 6 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=20130803>3 August 2013</span></span></span></h2>
15+
<span class=dt-updated><span class=value-title title=20130806>6 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://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.
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 data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-style>font-style</a>, <a data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-variant>font-variant</a>, <a data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-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 data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-family>font-family</a> all at once.
231231
The multiple declarations of this example:
232232

233233
<pre>h1 {
@@ -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://www.w3.org/TR/CSS21/fonts.html#propdef-font-size title=font-size>font-size</a>
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>
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ <h1>CSS Cascading and Inheritance Level 3</h1>
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.
1515
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
1716
</pre>
1817

1918
<h2>Introduction</h2>
@@ -139,7 +138,7 @@ <h2 id='shorthand'>
139138
<div class='example'>
140139
<p>
141140
For example, the 'font' property
142-
is a <i>shorthand</i> property for setting 'font-style', 'font-variant', 'font-weight', 'font-size', 'line-height', and 'font-family' all at once.
141+
is a <i>shorthand</i> property for setting <a property>font-style</a>, <a property>font-variant</a>, <a property>font-weight</a>, 'font-size', 'line-height', and <a property>font-family</a> all at once.
143142
The multiple declarations of this example:
144143

145144
<pre>

0 commit comments

Comments
 (0)