[html5] r4025 - [] (0) Remove '<font pointsize>' altogether. Fixing http://www.w3.org/Bugs/Publi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 28 19:06:22 PDT 2009
Author: ianh
Date: 2009-09-28 19:06:21 -0700 (Mon, 28 Sep 2009)
New Revision: 4025
Modified:
index
source
Log:
[] (0) Remove '<font pointsize>' altogether.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7642
Modified: index
===================================================================
--- index 2009-09-29 01:56:05 UTC (rev 4024)
+++ index 2009-09-29 02:06:21 UTC (rev 4025)
@@ -72066,12 +72066,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
Modified: source
===================================================================
--- source 2009-09-29 01:56:05 UTC (rev 4024)
+++ source 2009-09-29 02:06:21 UTC (rev 4025)
@@ -85598,6 +85598,9 @@
hints">presentational hint</span> setting the element's
'font-family' property to the attribute's value.</p>
+ <!-- (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
@@ -85606,6 +85609,7 @@
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>font</code> element has a <code
title="attr-font-size">size</code> attribute, the user agent is
More information about the Commit-Watchers
mailing list