Skip to content

Commit

Permalink
[cgiowt] (2) <form> and </form> handling in <table>.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8373

git-svn-id: http://svn.whatwg.org/webapps@4522 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent b2914a9 commit ae9ee11
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -74949,13 +74949,28 @@ <h5 id=the-before-head-insertion-mode><span class=secno>11.2.5.6 </span>The "<df

<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
open elements</a>.</p>

</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>

Expand Down
15 changes: 15 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -66576,13 +66576,28 @@ document.body.appendChild(text);

<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
open elements</a>.</p>

</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>

Expand Down
15 changes: 15 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -85454,13 +85454,28 @@ document.body.appendChild(text);

<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
open elements</span>.</p>

</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>

Expand Down

0 comments on commit ae9ee11

Please sign in to comment.