[html5] r3818 - [e] (0) multiple='' examples

whatwg at whatwg.org whatwg at whatwg.org
Sun Sep 13 00:36:53 PDT 2009


Author: ianh
Date: 2009-09-13 00:36:52 -0700 (Sun, 13 Sep 2009)
New Revision: 3818

Modified:
   index
   source
Log:
[e] (0) multiple='' examples

Modified: index
===================================================================
--- index	2009-09-13 07:34:32 UTC (rev 3817)
+++ index	2009-09-13 07:36:52 UTC (rev 3818)
@@ -34894,8 +34894,25 @@
   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>
 
   <p>The <dfn id=attr-input-maxlength title=attr-input-maxlength><code>maxlength</code></dfn>

Modified: source
===================================================================
--- source	2009-09-13 07:34:32 UTC (rev 3817)
+++ source	2009-09-13 07:36:52 UTC (rev 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




More information about the Commit-Watchers mailing list