csswg/css3-values Overview.html,1.138,1.139 Overview.src.html,1.141,1.142

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>&rsquo; expression cannot currently fall back
    onto another attribute. Future versions of CSS may extend &lsquo;<a
    href="#attr-value"><code class=css>attr()</code></a>&rsquo; 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 ''&lt;family-name&gt;'' 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 ''&lt;family-name&gt;'' 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&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.

Received on Monday, 12 December 2011 22:18:48 UTC