Skip to content

Commit

Permalink
[giow] (2) <table><form> also sets form pointer.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10216

git-svn-id: http://svn.whatwg.org/webapps@5291 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 16, 2010
1 parent 2f816b2 commit ebe1735
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 4 additions & 2 deletions complete.html
Expand Up @@ -209,7 +209,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 13 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 16 August 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -84062,7 +84062,9 @@ <h5 id=the-before-head-insertion-mode><span class=secno>12.2.5.6 </span>The "<df

<p>Otherwise:</p>

<p><a href=#insert-an-html-element>Insert an HTML element</a> for the token.</p>
<p><a href=#insert-an-html-element>Insert an HTML element</a> for the token, and set the
<a href=#form-element-pointer><code title=form>form</code> element pointer</a> to
point to the element created.</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>
Expand Down
6 changes: 4 additions & 2 deletions index
Expand Up @@ -213,7 +213,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 12 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 16 August 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -77164,7 +77164,9 @@ document.body.appendChild(text);

<p>Otherwise:</p>

<p><a href=#insert-an-html-element>Insert an HTML element</a> for the token.</p>
<p><a href=#insert-an-html-element>Insert an HTML element</a> for the token, and set the
<a href=#form-element-pointer><code title=form>form</code> element pointer</a> to
point to the element created.</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>
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -95910,7 +95910,9 @@ document.body.appendChild(text);

<p>Otherwise:</p>

<p><span>Insert an HTML element</span> for the token.</p>
<p><span>Insert an HTML element</span> for the token, and set the
<span><code title="form">form</code> element pointer</span> to
point to the element created.</p>

<p>Pop that <code>form</code> element off the <span>stack of
open elements</span>.</p>
Expand Down

0 comments on commit ebe1735

Please sign in to comment.