HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/5215

SVNBugCommentTime (UTC)
5215[Gecko] [Internet Explorer] [Opera] [Webkit] some minor prose around <input type=file multiple> and directories2010-07-28 21:24
Index: source
===================================================================
--- source	(revision 5214)
+++ source	(revision 5215)
@@ -45062,6 +45062,11 @@
 
   <div class="impl">
 
+  <p>File names may contain partial paths, e.g. in the case that a
+  user has selected an entire directory hierarchy. Path components
+  should be separated from each other using U+005C REVERSE SOLIDUS
+  character (\).</p>
+
   <p>If the element is <i title="concept-input-mutable">mutable</i>,
   the user agent should allow the user to change the files on the
   list, e.g. adding or removing files. Files can be from the
@@ -49875,7 +49880,7 @@
     control in a form that is submitted using the <code
     title="attr-fs-enctype-urlencoded">application/x-www-form-urlencoded</code>
     mechanism, causes the submission to only include the value of this
-    control, with on name.</p>
+    control, with no name.</p>
    </dd>
 
    <dt><dfn title="attr-fe-name-charset"><code>_charset_</code></dfn></dt>

|