Skip to content

Commit

Permalink
[giow] (1) some minor prose around <input type=file multiple> and dir…
Browse files Browse the repository at this point in the history
…ectories

git-svn-id: http://svn.whatwg.org/webapps@5215 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 28, 2010
1 parent c38a20b commit 27c2bd0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion complete.html
Expand Up @@ -40477,6 +40477,11 @@ <h6 id=file-upload-state><span class=secno>4.10.7.1.18 </span><dfn title=attr-in

<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
Expand Down Expand Up @@ -44540,7 +44545,7 @@ <h5 id=naming-form-controls><span class=secno>4.10.19.1 </span>Naming form contr
<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>
Expand Down
7 changes: 6 additions & 1 deletion index
Expand Up @@ -40404,6 +40404,11 @@ 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>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
Expand Down Expand Up @@ -44467,7 +44472,7 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
<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>
Expand Down
7 changes: 6 additions & 1 deletion source
Expand Up @@ -45062,6 +45062,11 @@ 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>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
Expand Down Expand Up @@ -49875,7 +49880,7 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>
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>
Expand Down

0 comments on commit 27c2bd0

Please sign in to comment.