[html5] r5291 - [giow] (2) <table><form> also sets form pointer. Fixing http://www.w3.org/Bugs/P [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 16 11:19:48 PDT 2010


Author: ianh
Date: 2010-08-16 11:19:46 -0700 (Mon, 16 Aug 2010)
New Revision: 5291

Modified:
   complete.html
   index
   source
Log:
[giow] (2) <table><form> also sets form pointer.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10216

Modified: complete.html
===================================================================
--- complete.html	2010-08-13 21:02:15 UTC (rev 5290)
+++ complete.html	2010-08-16 18:19:46 UTC (rev 5291)
@@ -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 — 13 August 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 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>-->
@@ -84062,7 +84062,9 @@
 
     <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>

Modified: index
===================================================================
--- index	2010-08-13 21:02:15 UTC (rev 5290)
+++ index	2010-08-16 18:19:46 UTC (rev 5291)
@@ -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 — 12 August 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 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>-->
@@ -77164,7 +77164,9 @@
 
     <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>

Modified: source
===================================================================
--- source	2010-08-13 21:02:15 UTC (rev 5290)
+++ source	2010-08-16 18:19:46 UTC (rev 5291)
@@ -95910,7 +95910,9 @@
 
     <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>




More information about the Commit-Watchers mailing list