Short URL: http://html5.org/r/3818
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3818 | multiple='' examples | 2009-09-13 07:36 |
Index: source =================================================================== --- source (revision 3817) +++ source (revision 3818) @@ -38796,8 +38796,25 @@ 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> <p>The <dfn