[html5] r7578 - [giow] (3) Seems nobody implemented the path thing, so let's not leave it in. Af [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 10 12:24:13 PST 2012


Author: ianh
Date: 2012-12-10 12:24:12 -0800 (Mon, 10 Dec 2012)
New Revision: 7578

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Seems nobody implemented the path thing, so let's not leave it in.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-12-10 18:26:07 UTC (rev 7577)
+++ complete.html	2012-12-10 20:24:12 UTC (rev 7578)
@@ -49451,9 +49451,9 @@
 
   <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>File names must not contain path components, even in the case that a user has selected an
+  entire directory hierarchy or multiple files with the same name from different directories. Path
+  components are those separated by U+005C REVERSE SOLIDUS character (\) characters.</p>
 
   <p>If the element is <i title=concept-fe-mutable><a href=#concept-fe-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

Modified: index
===================================================================
--- index	2012-12-10 18:26:07 UTC (rev 7577)
+++ index	2012-12-10 20:24:12 UTC (rev 7578)
@@ -49451,9 +49451,9 @@
 
   <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>File names must not contain path components, even in the case that a user has selected an
+  entire directory hierarchy or multiple files with the same name from different directories. Path
+  components are those separated by U+005C REVERSE SOLIDUS character (\) characters.</p>
 
   <p>If the element is <i title=concept-fe-mutable><a href=#concept-fe-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

Modified: source
===================================================================
--- source	2012-12-10 18:26:07 UTC (rev 7577)
+++ source	2012-12-10 20:24:12 UTC (rev 7578)
@@ -57665,9 +57665,9 @@
 
   <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>File names must not contain path components, even in the case that a user has selected an
+  entire directory hierarchy or multiple files with the same name from different directories. Path
+  components are those separated by U+005C REVERSE SOLIDUS character (\) characters.</p>
 
   <p>If the element is <i title="concept-fe-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




More information about the Commit-Watchers mailing list