[html5] r2376 - [o] (2) Make list='' only work with <datalist>, not <select>. (credit: sp, avk)

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 28 17:44:23 PDT 2008


Author: ianh
Date: 2008-10-28 17:44:23 -0700 (Tue, 28 Oct 2008)
New Revision: 2376

Modified:
   index
   source
Log:
[o] (2) Make list='' only work with <datalist>, not <select>. (credit: sp, avk)

Modified: index
===================================================================
--- index	2008-10-28 23:50:48 UTC (rev 2375)
+++ index	2008-10-29 00:44:23 UTC (rev 2376)
@@ -16,7 +16,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 28 October 2008</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 29 October 2008</h2>
    <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>
    <dl><dt>Multiple-page version:</dt>
@@ -25941,17 +25941,15 @@
   attribute is used to identify an element that lists predefined
   options suggested to the user.</p>
 
-  <p>If present, its value must be the ID of a <code><a href=#the-select-element>select</a></code> or
-  <code><a href=#datagrid>datagrid</a></code> element in the same document.</p>
+  <p>If present, its value must be the ID of a <code><a href=#the-datalist-element>datalist</a></code>
+  element in the same document.</p>
 
   <p>The <dfn id=concept-input-list title=concept-input-list>suggestions source
   element</dfn> is the first element in the document in <a href=#tree-order>tree
-  order</a> to have an ID equal to the value of the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute, if that element is
-  either a <code><a href=#the-select-element>select</a></code> or <code><a href=#the-datalist-element>datalist</a></code> element. If
-  there is no <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute, or
-  if there is no element with that ID, or if the first element with
-  that ID is not either a <code><a href=#the-select-element>select</a></code> or <code><a href=#the-datalist-element>datalist</a></code>
-  element, then there is no <a href=#concept-input-list title=concept-input-list>suggestions source element</a>.</p>
+  order</a> to have an ID equal to the value of the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute, if that element is a
+  <code><a href=#the-datalist-element>datalist</a></code> element. If there is no <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute, or if there is no
+  element with that ID, or if the first element with that ID is not a
+  <code><a href=#the-datalist-element>datalist</a></code> element, then there is no <a href=#concept-input-list title=concept-input-list>suggestions source element</a>.</p>
 
   <p>If there is a <a href=#concept-input-list title=concept-input-list>suggestions source
   element</a>, then each <code><a href=#the-option-element>option</a></code> element that is a

Modified: source
===================================================================
--- source	2008-10-28 23:50:48 UTC (rev 2375)
+++ source	2008-10-29 00:44:23 UTC (rev 2376)
@@ -28938,18 +28938,17 @@
   attribute is used to identify an element that lists predefined
   options suggested to the user.</p>
 
-  <p>If present, its value must be the ID of a <code>select</code> or
-  <code>datagrid</code> element in the same document.</p>
+  <p>If present, its value must be the ID of a <code>datalist</code>
+  element in the same document.</p>
 
   <p>The <dfn title="concept-input-list">suggestions source
   element</dfn> is the first element in the document in <span>tree
   order</span> to have an ID equal to the value of the <code
-  title="attr-input-list">list</code> attribute, if that element is
-  either a <code>select</code> or <code>datalist</code> element. If
-  there is no <code title="attr-input-list">list</code> attribute, or
-  if there is no element with that ID, or if the first element with
-  that ID is not either a <code>select</code> or <code>datalist</code>
-  element, then there is no <span
+  title="attr-input-list">list</code> attribute, if that element is a
+  <code>datalist</code> element. If there is no <code
+  title="attr-input-list">list</code> attribute, or if there is no
+  element with that ID, or if the first element with that ID is not a
+  <code>datalist</code> element, then there is no <span
   title="concept-input-list">suggestions source element</span>.</p>
 
   <p>If there is a <span title="concept-input-list">suggestions source




More information about the Commit-Watchers mailing list