hixie: <form> and </form> handling in <table>. (whatwg r4522)

hixie: <form> and </form> handling in <table>. (whatwg r4522)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3618&r2=1.3619&f=h
http://html5.org/tools/web-apps-tracker?from=4521&to=4522

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3618
retrieving revision 1.3619
diff -u -d -r1.3618 -r1.3619
--- Overview.html 6 Jan 2010 11:04:24 -0000 1.3618
+++ Overview.html 6 Jan 2010 11:23:55 -0000 1.3619
@@ -60090,6 +60090,11 @@
 
     <p><a href="#parse-error">Parse error</a>.</p>
 
+    <p>If the <a href="#form-element-pointer"><code title="form">form</code> element
+    pointer</a> is not null, ignore the token.</p>
+
+    <p>Otherwise:</p>
+
     <p><a href="#insert-an-html-element">Insert an HTML element</a> for the token.</p>
 
     <p>Pop that <code><a href="#the-form-element">form</a></code> element off the <a href="#stack-of-open-elements">stack of
@@ -60097,6 +60102,16 @@
 
    </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>
+
    <dt>An end-of-file token</dt>
    <dd>

Received on Wednesday, 6 January 2010 11:24:33 UTC