html5/spec association-of-controls-and-forms.html,1.8,1.9 number-state.html,1.7,1.8 spec.html,1.1086,1.1087

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28038

Modified Files:
	association-of-controls-and-forms.html number-state.html 
	spec.html 
Log Message:
some minor prose around <input type=file multiple> and directories (whatwg r5215)

[updated by splitter]


Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- association-of-controls-and-forms.html	28 Jul 2010 00:07:24 -0000	1.8
+++ association-of-controls-and-forms.html	28 Jul 2010 21:26:43 -0000	1.9
@@ -465,7 +465,7 @@
     <p>This value, if used as the name of a <a href="states-of-the-type-attribute.html#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>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1086
retrieving revision 1.1087
diff -u -d -r1.1086 -r1.1087
--- spec.html	28 Jul 2010 04:16:42 -0000	1.1086
+++ spec.html	28 Jul 2010 21:26:43 -0000	1.1087
@@ -333,7 +333,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">author edition</a>.
-This is revision 1.4149.
+This is revision 1.4150.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec/number-state.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- number-state.html	27 Jul 2010 19:47:05 -0000	1.7
+++ number-state.html	28 Jul 2010 21:26:43 -0000	1.8
@@ -932,6 +932,11 @@
   each file consisting of a file name, a file type, and a file body
   (the contents of the file).</p><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="the-input-element.html#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

Received on Wednesday, 28 July 2010 21:26:47 UTC