- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Jul 2010 18:36:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv1964 Modified Files: spec.html tokenization.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) [updated by splitter] Index: tokenization.html =================================================================== RCS file: /sources/public/html5/spec/tokenization.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- tokenization.html 14 Jul 2010 18:26:46 -0000 1.9 +++ tokenization.html 14 Jul 2010 18:36:38 -0000 1.10 @@ -3097,8 +3097,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 @@ -3263,7 +3263,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="parsing.html#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="parsing.html#insertion-mode">insertion mode</a>.</p> @@ -3342,8 +3343,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="parsing.html#parse-error">Parse error</a>.</p> @@ -3431,8 +3433,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="parsing.html#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="parsing.html#insertion-mode">insertion mode</a>.</p> @@ -4211,8 +4214,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="parsing.html#reconstruct-the-active-formatting-elements">Reconstruct the active formatting elements</a>, if @@ -4225,8 +4228,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="parsing.html#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="parsing.html#frameset-ok-flag">frameset-ok flag</a> to "not ok".</p> + <!-- shouldn't really do this for <area> --> </dd> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1055 retrieving revision 1.1056 diff -u -d -r1.1055 -r1.1056 --- spec.html 14 Jul 2010 18:26:46 -0000 1.1055 +++ spec.html 14 Jul 2010 18:36:37 -0000 1.1056 @@ -333,7 +333,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4115. +This is revision 1.4116. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Wednesday, 14 July 2010 18:36:41 UTC