- From: poot <cvsmail@w3.org>
- Date: Wed, 6 Jan 2010 21:15:09 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: let in-body handle </form> in table, since that works correctly. (whatwg r4528) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3624&r2=1.3625&f=h http://html5.org/tools/web-apps-tracker?from=4527&to=4528 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3624 retrieving revision 1.3625 diff -u -d -r1.3624 -r1.3625 --- Overview.html 6 Jan 2010 12:11:50 -0000 1.3624 +++ Overview.html 6 Jan 2010 12:14:59 -0000 1.3625 @@ -60115,15 +60115,7 @@ </dd> - <dt>An end tag whose tag name is "form"</dt> - <dd> - - <p><a href="#parse-error">Parse error</a>.</p> - - <p>Set the <a href="#form-element-pointer"><code title="">form</code> element pointer</a> - to null.</p> - - </dd> + <!-- "form" end tag falls through to in-body, which does the right thing --> <dt>An end-of-file token</dt> <dd>
Received on Wednesday, 6 January 2010 12:15:37 UTC