html5/spec Overview.html,1.4972,1.4973

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5522

Modified Files:
	Overview.html 
Log Message:
Add requirements for how to express file names in formdata (whatwg r6206)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4972
retrieving revision 1.4973
diff -u -d -r1.4972 -r1.4973
--- Overview.html	9 Jun 2011 07:27:10 -0000	1.4972
+++ Overview.html	9 Jun 2011 18:18:10 -0000	1.4973
@@ -40075,6 +40075,13 @@
     not get converted to a 7-bit safe encoding as suggested in RFC
     2388).</p>
 
+    <p>File names included in the generated <code title="">multipart/form-data</code> resource (as part of file
+    fields) must use the character encoding selected above, though the
+    precise name may be approximated if necessary (e.g. newlines could
+    be removed from file names, quotes could be changed to "%22", and
+    characters not expressible in the selected character encoding
+    could be replaced by other characters). User agents must not use
+    the RFC 2231 encoding suggested by RFC 2388.</p> 
     <p>The boundary used by the user agent in generating the return
     value of this algorithm is the <dfn id="multipart-form-data-boundary-string"><code title="">multipart/form-data</code> boundary string</dfn>. (This
     value is used to generate the MIME type of the form submission

Received on Thursday, 9 June 2011 18:18:18 UTC