Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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
Hixie committed Dec 10, 2012
1 parent 4b53bfa commit 2ac7318
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -49451,9 +49451,9 @@ <h6 id="file-upload-state-(type=file)"><span class=secno>4.10.7.1.18 </span><dfn

<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
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -49451,9 +49451,9 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<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
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -57665,9 +57665,9 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<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
Expand Down

0 comments on commit 2ac7318

Please sign in to comment.