Skip to content

Commit bbd1932

Browse files
committed
Remove section about font-family, as it's now defined in css3-fonts
1 parent 3ee2546 commit bbd1932

2 files changed

Lines changed: 1 addition & 67 deletions

File tree

css3-values/Overview.html

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,39 +1667,7 @@ <h3 id=attr><span class=secno>8.3. </span> Attribute References: &lsquo;<a
16671667
class=css>attr()</code></a>&rsquo; expression cannot currently fall back
16681668
onto another attribute. Future versions of CSS may extend &lsquo;<a
16691669
href="#attr-value"><code class=css>attr()</code></a>&rsquo; in this
1670-
direction.</p>
1671-
<!--
1672-
1673-
<h3>Special cases</h3>
1674-
1675-
<p>Two common types of values fall outside the types
1676-
described above: the value for font families and the hexadecimal color
1677-
notation.
1678-
1679-
<h4>Font families</h4>
1680-
1681-
<p>The <span class="property">'font'</span>
1682-
and <span class="property">'font-family'</span> properties accept a
1683-
comma-separated list of font families. Font families can either be the
1684-
name of a certain font, or it can be one of
1685-
five <em class="index">generic font families</em>: 'serif',
1686-
'sans-serif', 'cursive','fantasy', and 'monospace'. Font family names
1687-
are like strings, except that the quotes around them may be omitted.
1688-
If quoting is omitted, any white space characters before and after the
1689-
font name are ignored and any sequence of white space characters
1690-
inside the font name is converted to a single space. Font family names
1691-
that happen to be the same as a keyword value (e.g. 'initial',
1692-
'inherit', 'default', 'serif', 'sans-serif', 'monospace', 'fantasy',
1693-
and 'cursive') must be quoted to prevent confusion with the keywords
1694-
with the same names. UAs must not consider these keywords as matching
1695-
the ''&lt;family-name&gt;'' type.
1696-
1697-
<p>Generic font family names are keywords and must not be quoted.
1698-
1699-
<div class="example">
1700-
<pre>body { font-family: "Helvetica", "Univers", "Arial", sans-serif }</pre>
1701-
</div>
1702-
-->
1670+
direction.
17031671

17041672
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>
17051673

css3-values/Overview.src.html

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,40 +1194,6 @@ <h3 id="attr">
11941194
direction.</p>
11951195

11961196

1197-
<!--
1198-
1199-
<h3>Special cases</h3>
1200-
1201-
<p>Two common types of values fall outside the types
1202-
described above: the value for font families and the hexadecimal color
1203-
notation.
1204-
1205-
<h4>Font families</h4>
1206-
1207-
<p>The <span class="property">'font'</span>
1208-
and <span class="property">'font-family'</span> properties accept a
1209-
comma-separated list of font families. Font families can either be the
1210-
name of a certain font, or it can be one of
1211-
five <em class="index">generic font families</em>: 'serif',
1212-
'sans-serif', 'cursive','fantasy', and 'monospace'. Font family names
1213-
are like strings, except that the quotes around them may be omitted.
1214-
If quoting is omitted, any white space characters before and after the
1215-
font name are ignored and any sequence of white space characters
1216-
inside the font name is converted to a single space. Font family names
1217-
that happen to be the same as a keyword value (e.g. 'initial',
1218-
'inherit', 'default', 'serif', 'sans-serif', 'monospace', 'fantasy',
1219-
and 'cursive') must be quoted to prevent confusion with the keywords
1220-
with the same names. UAs must not consider these keywords as matching
1221-
the ''&lt;family-name&gt;'' type.
1222-
1223-
<p>Generic font family names are keywords and must not be quoted.
1224-
1225-
<div class="example">
1226-
<pre>body { font-family: "Helvetica", "Univers", "Arial", sans-serif }</pre>
1227-
</div>
1228-
-->
1229-
1230-
12311197
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
12321198

12331199
<p>Comments and suggestions from Giovanni Campagna, Christoph P&auml;per, Keith Rarick, Alex Mogilevsky, Ian Hickson, David Baron, Edward Welbourne, Boris Zbarsky, Bj&ouml;rn H&ouml;hrmann and Michael Day improved this module.

0 commit comments

Comments
 (0)