[html5] r3815 - [e] (0) list='' example

whatwg at whatwg.org whatwg at whatwg.org
Sat Sep 12 23:20:45 PDT 2009


Author: ianh
Date: 2009-09-12 23:20:44 -0700 (Sat, 12 Sep 2009)
New Revision: 3815

Modified:
   index
   source
Log:
[e] (0) list='' example

Modified: index
===================================================================
--- index	2009-09-12 08:44:05 UTC (rev 3814)
+++ index	2009-09-13 06:20:44 UTC (rev 3815)
@@ -105,7 +105,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-12-september-2009>Draft Standard — 12 September 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-13-september-2009>Draft Standard — 13 September 2009</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>
    <!--<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>-->
@@ -34755,7 +34755,23 @@
 
   </div>
 
+  <div class=example>
 
+   <p>This URL field offers some suggestions.</p>
+
+   <pre><label>Homepage: <input name=hp type=url list=hpurls></label>
+<datalist id=hpurls>
+ <option value="http://www.google.com/" label="Google">
+ <option value="http://www.reddit.com/" label="Reddit">
+</datalist></pre>
+
+   <p>Other URLs from the user's history might show also; this is up
+   to the user agent.</p>
+
+  </div>
+
+
+
   <h6 id=the-readonly-attribute><span class=secno>4.10.4.2.3 </span>The <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute</h6>
 
   <p>The <dfn id=attr-input-readonly title=attr-input-readonly><code>readonly</code></dfn>

Modified: source
===================================================================
--- source	2009-09-12 08:44:05 UTC (rev 3814)
+++ source	2009-09-13 06:20:44 UTC (rev 3815)
@@ -38652,7 +38652,23 @@
 
   </div>
 
+  <div class="example">
 
+   <p>This URL field offers some suggestions.</p>
+
+   <pre><label>Homepage: <input name=hp type=url list=hpurls></label>
+<datalist id=hpurls>
+ <option value="http://www.google.com/" label="Google">
+ <option value="http://www.reddit.com/" label="Reddit">
+</datalist></pre>
+
+   <p>Other URLs from the user's history might show also; this is up
+   to the user agent.</p>
+
+  </div>
+
+
+
   <h6>The <code title="attr-input-readonly">readonly</code> attribute</h6>
 
   <p>The <dfn title="attr-input-readonly"><code>readonly</code></dfn>




More information about the Commit-Watchers mailing list