HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/5160

SVNBugCommentTime (UTC)
51609910[Gecko] [Internet Explorer] [Opera] [Webkit] Make basefont and bgsound get parsed more like <link> than like <img> for compatibility with the TD Canada Trust banking site.2010-07-14 18:27
Index: source
===================================================================
--- source	(revision 5159)
+++ source	(revision 5160)
@@ -92762,8 +92762,8 @@
     mode</span>.</p>
    </dd>
 
-   <dt>A start tag whose tag name is one of: "base", "command",
-   "link"</dt>
+   <dt>A start tag whose tag name is one of: "base", "basefont",
+   "bgsound", "command", "link"</dt>
    <dd>
 
     <p><span>Insert an HTML element</span> for the token. Immediately
@@ -92946,7 +92946,8 @@
    TABULATION, U+000A LINE FEED (LF), U+000C FORM FEED (FF),
    U+000D CARRIAGE RETURN (CR), or U+0020 SPACE</dt>
    <dt>A comment token</dt>
-   <dt>A start tag whose tag name is one of: "link", "meta", "noframes", "style"</dt>
+   <dt>A start tag whose tag name is one of: "basefont", "bgsound",
+   "link", "meta", "noframes", "style"</dt>
    <dd>
     <p>Process the token <span>using the rules for</span> the "<span
     title="insertion mode: in head">in head</span>" <span>insertion
@@ -93034,8 +93035,9 @@
 
    </dd>
 
-   <dt>A start tag token whose tag name is one of: "base", "link",
-   "meta", "noframes", "script", "style", "title"</dt>
+   <dt>A start tag token whose tag name is one of: "base", "basefont",
+   "bgsound", "link", "meta", "noframes", "script", "style",
+   "title"</dt>
    <dd>
 
     <p><span>Parse error</span>.</p>
@@ -93131,8 +93133,9 @@
     add the attribute and its corresponding value to that element.</p>
    </dd>
 
-   <dt>A start tag token whose tag name is one of: "base", "command",
-   "link", "meta", "noframes", "script", "style", "title"</dt>
+   <dt>A start tag token whose tag name is one of: "base", "basefont",
+   "bgsound", "command", "link", "meta", "noframes", "script",
+   "style", "title"</dt>
    <dd>
     <p>Process the token <span>using the rules for</span> the "<span
     title="insertion mode: in head">in head</span>" <span>insertion
@@ -93982,8 +93985,8 @@
 
    </dd>
 
-   <dt>A start tag whose tag name is one of: "area", "basefont",
-   "bgsound", "br", "embed", "img", "input", "keygen", "wbr"</dt>
+   <dt>A start tag whose tag name is one of: "area", "br", "embed",
+   "img", "input", "keygen", "wbr"</dt>
    <dd>
 
     <p><span>Reconstruct the active formatting elements</span>, if
@@ -93996,8 +93999,8 @@
     <p><span title="acknowledge self-closing flag">Acknowledge the
     token's <i>self-closing flag</i></span>, if it is set.</p>
 
-    <p>Set the <span>frameset-ok flag</span> to "not ok".</p> <!--
-    shouldn't really do it for <area>, <basefont>, and <bgsound> -->
+    <p>Set the <span>frameset-ok flag</span> to "not ok".</p>
+    <!-- shouldn't really do this for <area> -->
 
    </dd>
 

|