Short URL: http://html5.org/r/3475
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3475 | collect v2 feature requests for file upload | 2009-07-27 23:23 |
Index: source
===================================================================
--- source (revision 3474)
+++ source (revision 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