Skip to content

Commit 9e7d711

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-cascade/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h2 data-level=3 id=shorthand><span class=secno>3 </span><span class=content>
227227
<div class=example>
228228
<p>
229229
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.
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.
231231
The multiple declarations of this example:
232232

233233
<pre>h1 {

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, font-style, font-variant, font-weight, font-family, flex, flex items, page-break-before, page-break-after
15+
Ignored Terms: auto, flex, flex items, page-break-before, page-break-after
1616
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

0 commit comments

Comments
 (0)