Skip to content

Commit

Permalink
[e] (0) collect v2 feature requests for file upload
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3475 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 27, 2009
1 parent 8002b7e commit 805bf73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -32458,6 +32458,11 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<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&iacute;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
Expand Down Expand Up @@ -72600,7 +72605,6 @@ TODO (or delay):
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
Expand Down
6 changes: 5 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -36051,6 +36051,11 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<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&iacute;nez de Lizarrondo
-->

<div class="impl">

<p>When an <code>input</code> element's <code
Expand Down Expand Up @@ -85644,7 +85649,6 @@ TODO (or delay):
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
Expand Down

0 comments on commit 805bf73

Please sign in to comment.