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) multiple='' examples
git-svn-id: http://svn.whatwg.org/webapps@3818 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
attribute is a <a href=#boolean-attribute>boolean attribute</a> that indicates whether | ||
the user is to be allowed to specify more than one value.</p> | ||
|
||
<div class=example> | ||
|
||
<p>The following extract shows how an e-mail client's "Cc" field | ||
could accept multiple e-mail addresses.</p> | ||
|
||
<pre><label>Cc: <input type=email multiple name=cc></label></pre> | ||
|
||
</div> | ||
|
||
<div class=example> | ||
|
||
<p>The following extract shows how an e-mail client's "Attachments" | ||
field could accept multiple files for upload.</p> | ||
|
||
<pre><label>Attachments: <input type=file multiple name=att></label></pre> | ||
|
||
</div> | ||
|
||
|
||
<h6 id=the-maxlength-attribute><span class=secno>4.10.4.2.7 </span>The <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code> attribute</h6> |
attribute is a <span>boolean attribute</span> that indicates whether | ||
the user is to be allowed to specify more than one value.</p> | ||
|
||
<div class="example"> | ||
|
||
<p>The following extract shows how an e-mail client's "Cc" field | ||
could accept multiple e-mail addresses.</p> | ||
|
||
<pre><label>Cc: <input type=email multiple name=cc></label></pre> | ||
|
||
</div> | ||
|
||
<div class="example"> | ||
|
||
<p>The following extract shows how an e-mail client's "Attachments" | ||
field could accept multiple files for upload.</p> | ||
|
||
<pre><label>Attachments: <input type=file multiple name=att></label></pre> | ||
|
||
</div> | ||
|
||
|
||
<h6>The <code title="attr-input-maxlength">maxlength</code> attribute</h6> |