- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Jul 2010 18:27:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv451
Modified Files:
Overview.html
Log Message:
Make basefont and bgsound get parsed more like <link> than like <img> for compatibility with the TD Canada Trust banking site. (whatwg r5160)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4115
retrieving revision 1.4116
diff -u -d -r1.4115 -r1.4116
--- Overview.html 14 Jul 2010 18:18:43 -0000 1.4115
+++ Overview.html 14 Jul 2010 18:27:50 -0000 1.4116
@@ -56004,8 +56004,8 @@
mode</a>.</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><a href="#insert-an-html-element">Insert an HTML element</a> for the token. Immediately
@@ -56170,7 +56170,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 <a href="#using-the-rules-for">using the rules for</a> the "<a href="#parsing-main-inhead" title="insertion mode: in head">in head</a>" <a href="#insertion-mode">insertion
mode</a>.</p>
@@ -56249,8 +56250,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><a href="#parse-error">Parse error</a>.</p>
@@ -56338,8 +56340,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 <a href="#using-the-rules-for">using the rules for</a> the "<a href="#parsing-main-inhead" title="insertion mode: in head">in head</a>" <a href="#insertion-mode">insertion
mode</a>.</p>
@@ -57118,8 +57121,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><a href="#reconstruct-the-active-formatting-elements">Reconstruct the active formatting elements</a>, if
@@ -57132,8 +57135,8 @@
<p><a href="#acknowledge-self-closing-flag" title="acknowledge self-closing flag">Acknowledge the
token's <i>self-closing flag</i></a>, if it is set.</p>
- <p>Set the <a href="#frameset-ok-flag">frameset-ok flag</a> to "not ok".</p> <!--
- shouldn't really do it for <area>, <basefont>, and <bgsound> -->
+ <p>Set the <a href="#frameset-ok-flag">frameset-ok flag</a> to "not ok".</p>
+ <!-- shouldn't really do this for <area> -->
</dd>
Received on Wednesday, 14 July 2010 18:27:55 UTC