Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[giow] (3) Seems nobody implemented the path thing, so let's not leav…
…e it in. Affected topics: HTML git-svn-id: http://svn.whatwg.org/webapps@7578 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
Showing
with
9 additions
and 9 deletions.
- +3 −3 complete.html
- +3 −3 index
- +3 −3 source
|
||
<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 |
|
||
<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 |
|
||
<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 |