Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[e] (0) list='' example
git-svn-id: http://svn.whatwg.org/webapps@3815 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
|
||
</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> | ||
|