html5/spec Overview.html,1.4175,1.4176

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv470

Modified Files:
	Overview.html 
Log Message:
notes for future versions (whatwg r5246)

Index: Overview.html
===================================================================
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:16 UTC