- From: poot <cvsmail@w3.org>
- Date: Sat, 7 Aug 2010 04:15:03 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: notes for future versions (whatwg r5246) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4175&r2=1.4176&f=h http://html5.org/tools/web-apps-tracker?from=5245&to=5246 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4175 retrieving revision 1.4176 diff -u -d -r1.4175 -r1.4176 --- Overview.html 6 Aug 2010 19:02:57 -0000 1.4175 +++ Overview.html 6 Aug 2010 19:11:10 -0000 1.4176 @@ -68569,7 +68569,6 @@ var sound1 = library["sound1.wav"]; sound.play(); } - v2 * [onclick] should make element focusable; enter should send onclick ? v2 * a fairly common situation for web authors is to have two lists, where the contents of the second depends on the value of the first. Is there any way we could extend the current model to include this functionality? @@ -68675,6 +68674,8 @@ enctype="" one, probably). This would allow forms to be used with XHR-like systems without having to manually construct the form data set the way that is done today. + v2 * expose the file upload progress when uploading files in a form + (ideally using the same mechanism as XHR2?); ack Rob Evans Consistency in editorial style: v2 * need to become consistent about whether or not to quote keyword
Received on Friday, 6 August 2010 19:11:50 UTC