[html5] r5246 - [e] (0) notes for future versions
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 6 12:11:07 PDT 2010
Author: ianh
Date: 2010-08-06 12:11:06 -0700 (Fri, 06 Aug 2010)
New Revision: 5246
Modified:
index
source
Log:
[e] (0) notes for future versions
Modified: index
===================================================================
--- index 2010-08-06 19:02:51 UTC (rev 5245)
+++ index 2010-08-06 19:11:06 UTC (rev 5246)
@@ -88656,7 +88656,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?
@@ -88762,6 +88761,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
Modified: source
===================================================================
--- source 2010-08-06 19:02:51 UTC (rev 5245)
+++ source 2010-08-06 19:11:06 UTC (rev 5246)
@@ -109372,7 +109372,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?
@@ -109478,6 +109477,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
More information about the Commit-Watchers
mailing list