[html5] r1319 - /

whatwg at whatwg.org whatwg at whatwg.org
Sun Mar 2 20:43:29 PST 2008


Author: ianh
Date: 2008-03-02 20:43:26 -0800 (Sun, 02 Mar 2008)
New Revision: 1319

Modified:
   index
   source
Log:
[t] (2) <button> and <select> need to be associated with <form> elements. Also, make the wording for <frameset> more consistent with other wording.

Modified: index
===================================================================
--- index	2008-03-03 04:34:48 UTC (rev 1318)
+++ index	2008-03-03 04:43:26 UTC (rev 1319)
@@ -42539,6 +42539,12 @@
 
     <p><a href="#insert">Insert an HTML element</a> for the token.</p>
 
+    <p>If the <a href="#form-element"><code title="">form</code> element
+     pointer</a> is not null, then <span>associate</span><!--XXX xref! -->
+     the <code>button</code> element with the <code>form</code> element
+     pointed to by the <a href="#form-element"><code title="">form</code>
+     element pointer</a>.</p>
+
     <p>Insert a marker at the end of the <a href="#list-of4">list of active
      formatting elements</a>.</p>
 
@@ -42765,6 +42771,12 @@
 
     <p><a href="#insert">Insert an HTML element</a> for the token.</p>
 
+    <p>If the <a href="#form-element"><code title="">form</code> element
+     pointer</a> is not null, then <span>associate</span><!--XXX xref! -->
+     the <code>select</code> element with the <code>form</code> element
+     pointed to by the <a href="#form-element"><code title="">form</code>
+     element pointer</a>.</p>
+
     <p>Change the <a href="#insertion0">insertion mode</a> to "<a
      href="#in-select" title="insertion mode: in select">in select</a>".</p>
 
@@ -43676,8 +43688,7 @@
    <dt>A start tag whose tag name is "frameset"
 
    <dd>
-    <p><a href="#insert" title="Insert an HTML element">Insert a
-     <code>frameset</code> element</a> for the token.</p>
+    <p><a href="#insert">Insert an HTML element</a> for the token.</p>
 
    <dt>An end tag whose tag name is "frameset"
 

Modified: source
===================================================================
--- source	2008-03-03 04:34:48 UTC (rev 1318)
+++ source	2008-03-03 04:43:26 UTC (rev 1319)
@@ -39721,6 +39721,12 @@
 
     <p><span>Insert an HTML element</span> for the token.</p>
 
+    <p>If the <span><code title="">form</code> element pointer</span>
+    is not null, then <span>associate</span><!--XXX xref! --> the
+    <code>button</code> element with the <code>form</code> element
+    pointed to by the <span><code title="">form</code> element
+    pointer</span>.</p>
+
     <p>Insert a marker at the end of the <span>list of active
     formatting elements</span>.</p>
 
@@ -39975,6 +39981,12 @@
 
     <p><span>Insert an HTML element</span> for the token.</p>
 
+    <p>If the <span><code title="">form</code> element pointer</span>
+    is not null, then <span>associate</span><!--XXX xref! --> the
+    <code>select</code> element with the <code>form</code> element
+    pointed to by the <span><code title="">form</code> element
+    pointer</span>.</p>
+
     <p>Change the <span>insertion mode</span> to "<span
     title="insertion mode: in select">in select</span>".</p>
 
@@ -40963,8 +40975,7 @@
 
    <dt>A start tag whose tag name is "frameset"</dt>
    <dd>
-    <p><span title="Insert an HTML element">Insert a
-    <code>frameset</code> element</span> for the token.</p>
+    <p><span>Insert an HTML element</span> for the token.</p>
    </dd>
 
    <dt>An end tag whose tag name is "frameset"</dt>




More information about the Commit-Watchers mailing list