Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Remove '<font pointsize>' altogether.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7642

git-svn-id: http://svn.whatwg.org/webapps@4025 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent 250fa7a commit 6b38249
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 9 additions & 3 deletions index
Expand Up @@ -72066,12 +72066,18 @@ table[rules=all] &gt; tfoot &gt; tr &gt; td, table[rules=all] &gt; tfoot &gt; tr
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
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -85598,6 +85598,9 @@ table[rules=all] > tfoot > tr > td, table[rules=all] > tfoot > tr > th {
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
Expand All @@ -85606,6 +85609,7 @@ table[rules=all] > tfoot > tr > td, table[rules=all] > tfoot > tr > th {
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
Expand Down

0 comments on commit 6b38249

Please sign in to comment.