Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[cgiowt] (2) let in-body handle </form> in table, since that works co…
…rrectly.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8373

git-svn-id: http://svn.whatwg.org/webapps@4528 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent b9bea8e commit b62079f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
10 changes: 1 addition & 9 deletions complete.html
Expand Up @@ -74974,15 +74974,7 @@ <h5 id=the-before-head-insertion-mode><span class=secno>11.2.5.6 </span>The "<df

</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>
Expand Down
10 changes: 1 addition & 9 deletions index
Expand Up @@ -66601,15 +66601,7 @@ document.body.appendChild(text);

</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>
Expand Down
10 changes: 1 addition & 9 deletions source
Expand Up @@ -85482,15 +85482,7 @@ document.body.appendChild(text);

</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>
<!-- "form" end tag falls through to in-body, which does the right thing -->

<dt>An end-of-file token</dt>
<dd>
Expand Down

0 comments on commit b62079f

Please sign in to comment.