- From: poot <cvsmail@w3.org>
- Date: Tue, 28 Jul 2009 08:23:58 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: collect v2 feature requests for file upload (whatwg r3475) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2677&r2=1.2678&f=h http://html5.org/tools/web-apps-tracker?from=3474&to=3475 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2677 retrieving revision 1.2678 diff -u -d -r1.2677 -r1.2678 --- Overview.html 27 Jul 2009 23:15:31 -0000 1.2677 +++ Overview.html 27 Jul 2009 23:23:35 -0000 1.2678 @@ -28853,7 +28853,10 @@ <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> event does not apply.</p> - </div><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><div class="impl"> + </div><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 section apply.</p> @@ -66291,7 +66294,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
Received on Monday, 27 July 2009 23:24:35 UTC