html5/spec Overview.html,1.3186,1.3187

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2406

Modified Files:
	Overview.html 
Log Message:
Remove '<font pointsize>' altogether. (whatwg r4025)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3186
retrieving revision 1.3187
diff -u -d -r1.3186 -r1.3187
--- Overview.html	29 Sep 2009 01:47:52 -0000	1.3186
+++ Overview.html	29 Sep 2009 01:58:05 -0000	1.3187
@@ -65679,12 +65679,18 @@
   hints">presentational hint</a> setting the element's
   'font-family' property to the attribute's value.</p>
 
-  <p>When a <code><a href="#font">font</a></code> element has a <code title="attr-font-pointsize">pointsize</code> attribute, the user
+  <!-- (Apparently only IE supports this?) (Note: if you add this
+  back, make sure to define which of 'size' vs 'pointsize' wins.)
+  
+  <p>When a <code>font</code> element has a <code
+  title="attr-font-pointsize">pointsize</code> attribute, the user
   agent is expected to parse that attribute's value using the
-  <a href="#rules-for-parsing-non-negative-integers">rules for parsing non-negative integers</a>, and if this
+  <span>rules for parsing non-negative integers</span>, and if this
   doesn't generate an error, then the user agent is expected to use
-  the parsed value as a <em>point</em> length for a <a href="#presentational-hints" title="presentational hints">presentational hint</a> for the
+  the parsed value as a <em>point</em> length for a <span
+  title="presentational hints">presentational hint</span> for the
   'font-size' property on the element.</p>
+  -->
 
   <p>When a <code><a href="#font">font</a></code> element has a <code title="attr-font-size">size</code> attribute, the user agent is
   expected to use the following steps to treat the attribute as a

Received on Tuesday, 29 September 2009 01:58:18 UTC