- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 27 Jul 2009 23:23:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31412
Modified Files:
Overview.html
Log Message:
collect v2 feature requests for file upload (whatwg r3475)
Index: Overview.html
===================================================================
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:23:48 UTC