[html5] r5215 - [giow] (1) some minor prose around <input type=file multiple> and directories

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 28 14:24:04 PDT 2010


Author: ianh
Date: 2010-07-28 14:24:02 -0700 (Wed, 28 Jul 2010)
New Revision: 5215

Modified:
   complete.html
   index
   source
Log:
[giow] (1) some minor prose around <input type=file multiple> and directories

Modified: complete.html
===================================================================
--- complete.html	2010-07-28 04:09:32 UTC (rev 5214)
+++ complete.html	2010-07-28 21:24:02 UTC (rev 5215)
@@ -40477,6 +40477,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><a href=#concept-input-mutable>mutable</a></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
@@ -44540,7 +44545,7 @@
     <p>This value, if used as the name of a <a href=#text-state-and-search-state title=attr-input-type-text>Text</a> control that is the only
     control in a form that is submitted using the <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></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 id=attr-fe-name-charset title=attr-fe-name-charset><code>_charset_</code></dfn></dt>

Modified: index
===================================================================
--- index	2010-07-28 04:09:32 UTC (rev 5214)
+++ index	2010-07-28 21:24:02 UTC (rev 5215)
@@ -40404,6 +40404,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><a href=#concept-input-mutable>mutable</a></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
@@ -44467,7 +44472,7 @@
     <p>This value, if used as the name of a <a href=#text-state-and-search-state title=attr-input-type-text>Text</a> control that is the only
     control in a form that is submitted using the <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></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 id=attr-fe-name-charset title=attr-fe-name-charset><code>_charset_</code></dfn></dt>

Modified: source
===================================================================
--- source	2010-07-28 04:09:32 UTC (rev 5214)
+++ source	2010-07-28 21:24:02 UTC (rev 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>




More information about the Commit-Watchers mailing list