[html5] r3475 - [e] (0) collect v2 feature requests for file upload

whatwg at whatwg.org whatwg at whatwg.org
Mon Jul 27 16:23:31 PDT 2009


Author: ianh
Date: 2009-07-27 16:23:29 -0700 (Mon, 27 Jul 2009)
New Revision: 3475

Modified:
   index
   source
Log:
[e] (0) collect v2 feature requests for file upload

Modified: index
===================================================================
--- index	2009-07-27 23:15:25 UTC (rev 3474)
+++ index	2009-07-27 23:23:29 UTC (rev 3475)
@@ -32458,6 +32458,11 @@
 
   <h6 id=file-upload-state><span class=secno>4.10.4.1.18 </span><dfn title=attr-input-type-file>File Upload</dfn> state</h6>
 
+  <!-- v2 ideas:
+   * maximum height/width or required ratio for image uploads? - Leons Petrazickis
+   * maximum per-file upload size - Alfonso Martínez de Lizarrondo
+  -->
+
   <div class=impl>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#file-upload-state title=attr-input-type-file>File Upload</a> state, the rules in this
@@ -72600,7 +72605,6 @@
  XXX * add for="" attribute to <input type="password"> so that you can
        link usernames and passwords. (Jonas Sicking)
  XXX * value for unchecked checkbox?
- XXX * maximum height/width or required ratio for image uploads? - Leons Petrazickis
  XXX * A way to specify the default button - Michael Gratton
  XXX * <fieldset readonly>?
  XXX * action="" should be defined as not being relative to base URI

Modified: source
===================================================================
--- source	2009-07-27 23:15:25 UTC (rev 3474)
+++ source	2009-07-27 23:23:29 UTC (rev 3475)
@@ -36051,6 +36051,11 @@
 
   <h6><dfn title="attr-input-type-file">File Upload</dfn> state</h6>
 
+  <!-- v2 ideas:
+   * maximum height/width or required ratio for image uploads? - Leons Petrazickis
+   * maximum per-file upload size - Alfonso Martínez de Lizarrondo
+  -->
+
   <div class="impl">
 
   <p>When an <code>input</code> element's <code
@@ -85644,7 +85649,6 @@
  XXX * add for="" attribute to <input type="password"> so that you can
        link usernames and passwords. (Jonas Sicking)
  XXX * value for unchecked checkbox?
- XXX * maximum height/width or required ratio for image uploads? - Leons Petrazickis
  XXX * A way to specify the default button - Michael Gratton
  XXX * <fieldset readonly>?
  XXX * action="" should be defined as not being relative to base URI




More information about the Commit-Watchers mailing list