- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Aug 2010 19:16:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1165
Modified Files:
acknowledgements.html spec.html
Log Message:
notes for future versions (whatwg r5246)
[updated by splitter]
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1018
retrieving revision 1.1019
diff -u -d -r1.1018 -r1.1019
--- acknowledgements.html 4 Aug 2010 23:16:45 -0000 1.1018
+++ acknowledgements.html 6 Aug 2010 19:16:46 -0000 1.1019
@@ -888,7 +888,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?
@@ -994,6 +993,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
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1108
retrieving revision 1.1109
diff -u -d -r1.1108 -r1.1109
--- spec.html 6 Aug 2010 19:07:06 -0000 1.1108
+++ spec.html 6 Aug 2010 19:16:48 -0000 1.1109
@@ -333,7 +333,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4175.
+This is revision 1.4176.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 6 August 2010 19:16:54 UTC