- From: poot <cvsmail@w3.org>
- Date: Thu, 29 Jul 2010 06:27:12 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: some minor prose around <input type=file multiple> and directories (whatwg r5215) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4149&r2=1.4150&f=h http://html5.org/tools/web-apps-tracker?from=5214&to=5215 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4149 retrieving revision 1.4150 diff -u -d -r1.4149 -r1.4150 --- Overview.html 28 Jul 2010 04:09:37 -0000 1.4149 +++ Overview.html 28 Jul 2010 21:24:08 -0000 1.4150 @@ -30093,6 +30093,11 @@ each file consisting of a file name, a file type, and a file body (the contents of the file).<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 @@ -33616,7 +33621,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>
Received on Wednesday, 28 July 2010 21:24:54 UTC