- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Dec 2011 22:18:47 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values In directory hutz:/tmp/cvs-serv27614 Modified Files: Overview.html Overview.src.html Log Message: Remove section about font-family, as it's now defined in css3-fonts Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.html,v retrieving revision 1.138 retrieving revision 1.139 diff -u -d -r1.138 -r1.139 --- Overview.html 12 Dec 2011 22:17:09 -0000 1.138 +++ Overview.html 12 Dec 2011 22:18:45 -0000 1.139 @@ -1667,39 +1667,7 @@ class=css>attr()</code></a>’ expression cannot currently fall back onto another attribute. Future versions of CSS may extend ‘<a href="#attr-value"><code class=css>attr()</code></a>’ in this - direction.</p> - <!-- - -<h3>Special cases</h3> - -<p>Two common types of values fall outside the types -described above: the value for font families and the hexadecimal color -notation. - -<h4>Font families</h4> - -<p>The <span class="property">'font'</span> -and <span class="property">'font-family'</span> properties accept a -comma-separated list of font families. Font families can either be the -name of a certain font, or it can be one of -five <em class="index">generic font families</em>: 'serif', -'sans-serif', 'cursive','fantasy', and 'monospace'. Font family names -are like strings, except that the quotes around them may be omitted. -If quoting is omitted, any white space characters before and after the -font name are ignored and any sequence of white space characters -inside the font name is converted to a single space. Font family names -that happen to be the same as a keyword value (e.g. 'initial', -'inherit', 'default', 'serif', 'sans-serif', 'monospace', 'fantasy', -and 'cursive') must be quoted to prevent confusion with the keywords -with the same names. UAs must not consider these keywords as matching -the ''<family-name>'' type. - -<p>Generic font family names are keywords and must not be quoted. - -<div class="example"> -<pre>body { font-family: "Helvetica", "Univers", "Arial", sans-serif }</pre> -</div> ---> + direction. <h2 class=no-num id=acknowledgments>Acknowledgments</h2> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.src.html,v retrieving revision 1.141 retrieving revision 1.142 diff -u -d -r1.141 -r1.142 --- Overview.src.html 12 Dec 2011 22:17:09 -0000 1.141 +++ Overview.src.html 12 Dec 2011 22:18:45 -0000 1.142 @@ -1194,40 +1194,6 @@ direction.</p> -<!-- - -<h3>Special cases</h3> - -<p>Two common types of values fall outside the types -described above: the value for font families and the hexadecimal color -notation. - -<h4>Font families</h4> - -<p>The <span class="property">'font'</span> -and <span class="property">'font-family'</span> properties accept a -comma-separated list of font families. Font families can either be the -name of a certain font, or it can be one of -five <em class="index">generic font families</em>: 'serif', -'sans-serif', 'cursive','fantasy', and 'monospace'. Font family names -are like strings, except that the quotes around them may be omitted. -If quoting is omitted, any white space characters before and after the -font name are ignored and any sequence of white space characters -inside the font name is converted to a single space. Font family names -that happen to be the same as a keyword value (e.g. 'initial', -'inherit', 'default', 'serif', 'sans-serif', 'monospace', 'fantasy', -and 'cursive') must be quoted to prevent confusion with the keywords -with the same names. UAs must not consider these keywords as matching -the ''<family-name>'' type. - -<p>Generic font family names are keywords and must not be quoted. - -<div class="example"> -<pre>body { font-family: "Helvetica", "Univers", "Arial", sans-serif }</pre> -</div> ---> - - <h2 class="no-num" id="acknowledgments">Acknowledgments</h2> <p>Comments and suggestions from Giovanni Campagna, Christoph Päper, Keith Rarick, Alex Mogilevsky, Ian Hickson, David Baron, Edward Welbourne, Boris Zbarsky, Björn Höhrmann and Michael Day improved this module.
Received on Monday, 12 December 2011 22:18:48 UTC