[html5] r4288 - [cgiowt] (2) Change for <form> is parsed in <table>. Fixing http://www.w3.org/Bu [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 22 22:25:47 PDT 2009


Author: ianh
Date: 2009-10-22 22:25:42 -0700 (Thu, 22 Oct 2009)
New Revision: 4288

Modified:
   complete.html
   index
   source
Log:
[cgiowt] (2) Change for <form> is parsed in <table>.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7978

Modified: complete.html
===================================================================
--- complete.html	2009-10-23 04:21:17 UTC (rev 4287)
+++ complete.html	2009-10-23 05:25:42 UTC (rev 4288)
@@ -75213,6 +75213,18 @@
 
    </dd>
 
+   <dt>A start tag whose tag name is "form"</dt>
+   <dd>
+
+    <p><a href=#parse-error>Parse error</a>.</p>
+
+    <p><a href=#insert-an-html-element>Insert an HTML element</a> for the token.</p>
+
+    <p>Pop that <code><a href=#the-input-element>input</a></code> element off the <a href=#stack-of-open-elements>stack of
+    open elements</a>.</p>
+
+   </dd>
+
    <dt>An end-of-file token</dt>
    <dd>
 
@@ -79668,7 +79680,8 @@
 
 [hidden], area, base, basefont, command, datalist, head,
 input[type=hidden], link, menu[type=context], meta, noembed, noframes,
-param, rp, script, source, style, title {
+param, rp, script, source, style, title, table > form, thead > form,
+tbody > form, tfoot > form, tr > form {
   display: none;
 }
 

Modified: index
===================================================================
--- index	2009-10-23 04:21:17 UTC (rev 4287)
+++ index	2009-10-23 05:25:42 UTC (rev 4288)
@@ -66205,6 +66205,18 @@
 
    </dd>
 
+   <dt>A start tag whose tag name is "form"</dt>
+   <dd>
+
+    <p><a href=#parse-error>Parse error</a>.</p>
+
+    <p><a href=#insert-an-html-element>Insert an HTML element</a> for the token.</p>
+
+    <p>Pop that <code><a href=#the-input-element>input</a></code> element off the <a href=#stack-of-open-elements>stack of
+    open elements</a>.</p>
+
+   </dd>
+
    <dt>An end-of-file token</dt>
    <dd>
 
@@ -70660,7 +70672,8 @@
 
 [hidden], area, base, basefont, command, datalist, head,
 input[type=hidden], link, menu[type=context], meta, noembed, noframes,
-param, rp, script, source, style, title {
+param, rp, script, source, style, title, table > form, thead > form,
+tbody > form, tfoot > form, tr > form {
   display: none;
 }
 

Modified: source
===================================================================
--- source	2009-10-23 04:21:17 UTC (rev 4287)
+++ source	2009-10-23 05:25:42 UTC (rev 4288)
@@ -84684,6 +84684,18 @@
 
    </dd>
 
+   <dt>A start tag whose tag name is "form"</dt>
+   <dd>
+
+    <p><span>Parse error</span>.</p>
+
+    <p><span>Insert an HTML element</span> for the token.</p>
+
+    <p>Pop that <code>input</code> element off the <span>stack of
+    open elements</span>.</p>
+
+   </dd>
+
    <dt>An end-of-file token</dt>
    <dd>
 
@@ -87293,7 +87305,8 @@
 
 [hidden], area, base, basefont, command, datalist, head,
 input[type=hidden], link, menu[type=context], meta, noembed, noframes,
-param, rp, script, source, style, title {
+param, rp, script, source, style, title, table > form, thead > form,
+tbody > form, tfoot > form, tr > form {
   display: none;
 }
 




More information about the Commit-Watchers mailing list