[html5] r2590 - [ct] (0) Change how <font> is handled in foreign content.

whatwg at whatwg.org whatwg at whatwg.org
Thu Dec 25 02:46:15 PST 2008


Author: ianh
Date: 2008-12-25 02:46:14 -0800 (Thu, 25 Dec 2008)
New Revision: 2590

Modified:
   index
   source
Log:
[ct] (0) Change how <font> is handled in foreign content.

Modified: index
===================================================================
--- index	2008-12-25 10:36:22 UTC (rev 2589)
+++ index	2008-12-25 10:46:14 UTC (rev 2590)
@@ -51291,8 +51291,8 @@
    <dt>A start tag whose tag name is one of: <!--"a",--> "b", "big",
    "blockquote", "body"<!--by inspection-->, "br", "center", "code",
    "dd", "div", "dl", "dt"<!-- so that dd and dt can be handled
-   uniformly throughout the parser -->, "em", "embed", "font", "h1",
-   "h2", "h3", "h4"<!--for completeness-->, "h5", "h6"<!--for
+   uniformly throughout the parser -->, "em", "embed", "h1", "h2",
+   "h3", "h4"<!--for completeness-->, "h5", "h6"<!--for
    completeness-->, "head"<!--by inspection-->, "hr", "i", "img",
    "li", "listing"<!-- so that pre and listing can be handled
    uniformly throughout the parser -->, "menu", "meta", "nobr",
@@ -51303,6 +51303,10 @@
    "table"<!--by inspection-->, "tt", "u", "ul", "var"</dt>
    <!-- this list was determined empirically by studying over
    6,000,000,000 pages that were specifically not XML pages -->
+   <dt>A start tag whose tag name is "font", if the token has
+   any attributes named "color", "face", or "size"</dt>
+   <!-- the attributes here are required so that SVG <font> will go
+   through as SVG but legacy <font>s won't -->
    <dt>An end-of-file token</dt>
    <dd>
 

Modified: source
===================================================================
--- source	2008-12-25 10:36:22 UTC (rev 2589)
+++ source	2008-12-25 10:46:14 UTC (rev 2590)
@@ -58395,8 +58395,8 @@
    <dt>A start tag whose tag name is one of: <!--"a",--> "b", "big",
    "blockquote", "body"<!--by inspection-->, "br", "center", "code",
    "dd", "div", "dl", "dt"<!-- so that dd and dt can be handled
-   uniformly throughout the parser -->, "em", "embed", "font", "h1",
-   "h2", "h3", "h4"<!--for completeness-->, "h5", "h6"<!--for
+   uniformly throughout the parser -->, "em", "embed", "h1", "h2",
+   "h3", "h4"<!--for completeness-->, "h5", "h6"<!--for
    completeness-->, "head"<!--by inspection-->, "hr", "i", "img",
    "li", "listing"<!-- so that pre and listing can be handled
    uniformly throughout the parser -->, "menu", "meta", "nobr",
@@ -58407,6 +58407,10 @@
    "table"<!--by inspection-->, "tt", "u", "ul", "var"</dt>
    <!-- this list was determined empirically by studying over
    6,000,000,000 pages that were specifically not XML pages -->
+   <dt>A start tag whose tag name is "font", if the token has
+   any attributes named "color", "face", or "size"</dt>
+   <!-- the attributes here are required so that SVG <font> will go
+   through as SVG but legacy <font>s won't -->
    <dt>An end-of-file token</dt>
    <dd>
 




More information about the Commit-Watchers mailing list