[html5] r4522 - [cgiowt] (2) <form> and </form> handling in <table>. Fixing http://www.w3.org/Bu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jan 6 03:23:50 PST 2010
Author: ianh
Date: 2010-01-06 03:23:45 -0800 (Wed, 06 Jan 2010)
New Revision: 4522
Modified:
complete.html
index
source
Log:
[cgiowt] (2) <form> and </form> handling in <table>.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8373
Modified: complete.html
===================================================================
--- complete.html 2010-01-06 11:04:15 UTC (rev 4521)
+++ complete.html 2010-01-06 11:23:45 UTC (rev 4522)
@@ -74949,6 +74949,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
@@ -74956,6 +74961,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>
Modified: index
===================================================================
--- index 2010-01-06 11:04:15 UTC (rev 4521)
+++ index 2010-01-06 11:23:45 UTC (rev 4522)
@@ -66576,6 +66576,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
@@ -66583,6 +66588,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>
Modified: source
===================================================================
--- source 2010-01-06 11:04:15 UTC (rev 4521)
+++ source 2010-01-06 11:23:45 UTC (rev 4522)
@@ -85454,6 +85454,11 @@
<p><span>Parse error</span>.</p>
+ <p>If the <span><code title="form">form</code> element
+ pointer</span> is not null, ignore the token.</p>
+
+ <p>Otherwise:</p>
+
<p><span>Insert an HTML element</span> for the token.</p>
<p>Pop that <code>form</code> element off the <span>stack of
@@ -85461,6 +85466,16 @@
</dd>
+ <dt>An end tag whose tag name is "form"</dt>
+ <dd>
+
+ <p><span>Parse error</span>.</p>
+
+ <p>Set the <span><code title="">form</code> element pointer</span>
+ to null.</p>
+
+ </dd>
+
<dt>An end-of-file token</dt>
<dd>
More information about the Commit-Watchers
mailing list