NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 115 - <button> and <select> need to be associated with <form> elements. Also, make the wording for <frameset> more consistent with other wording.
<button> and <select> need to be associated with <form> elements. Also, make ...
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-03 13:14 CET by Nobody
Modified: 2008-03-07 13:54 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody 2008-03-03 13:14:53 CET
Index: source
===================================================================
--- source	(revision 1318)
+++ source	(revision 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>