Short URL: http://html5.org/r/3815
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3815 | list='' example | 2009-09-13 06:20 |
Index: source =================================================================== --- source (revision 3814) +++ source (revision 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>