hixie: add a note to clarify interaction with rfc 2388 (whatwg r6051)

hixie: add a note to clarify interaction with rfc 2388 (whatwg r6051)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4857&r2=1.4858&f=h
http://html5.org/tools/web-apps-tracker?from=6050&to=6051

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4857
retrieving revision 1.4858
diff -u -d -r1.4857 -r1.4858
--- Overview.html 3 May 2011 19:19:04 -0000 1.4857
+++ Overview.html 3 May 2011 19:23:05 -0000 1.4858
@@ -39421,6 +39421,12 @@
     the <var title="">form data set</var>. Multiple entries with the
     same name must be treated as distinct fields.</p>
 
+    <p class="note">In particular, this means that multiple files
+    submitted as part of a single <code title="">&lt;input&nbsp;type=file&nbsp;multiple&gt;</code> element
+    will result in each file having its own field; the "sets of files"
+    feature ("<code title="">multipart/mixed</code>") of RFC 2388 is
+    not used.</p>
+
     <p>The parts of the generated <code title="">multipart/form-data</code> resource that correspond to
     non-file fields must not have a <code><a href="#content-type">Content-Type</a></code> header
     specified. Their names and values must be encoded using the

Received on Tuesday, 3 May 2011 19:26:18 UTC