- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 12:15:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17598
Modified Files:
Overview.html
Log Message:
let in-body handle </form> in table, since that works correctly. (whatwg r4528)
Index: Overview.html
===================================================================
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:03 UTC