- From: poot <cvsmail@w3.org>
- Date: Fri, 18 Sep 2009 17:55:07 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: miscellaneous cleanup (whatwg r3901) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3062&r2=1.3063&f=h http://html5.org/tools/web-apps-tracker?from=3900&to=3901 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3062 retrieving revision 1.3063 diff -u -d -r1.3062 -r1.3063 --- Overview.html 18 Sep 2009 08:51:36 -0000 1.3062 +++ Overview.html 18 Sep 2009 08:54:45 -0000 1.3063 @@ -69809,9 +69809,8 @@ crew, and the #whatwg crew, and to Pillar and Hedral for their ideas and support.</p><!-- Hopefully Kam won't notice he's covered by these acknowledgements three times! --><!-- -TODO (or delay): - XXX * we should fix The Great Key Problem - XXX * library of resources: +v2 ideas: + * library of resources: var library = new ZipFile("data.zip"); library.onload = function() { var sound1 = library.getAudio("sound1.wav"); // returns an Audio object @@ -69832,6 +69831,8 @@ var sound1 = library["sound1.wav"]; sound.play(); } +--><!-- +TODO: XXX * ability for a web app to save a file to the local disk: var file = window.openFile(); // throws up UI file.read();
Received on Friday, 18 September 2009 08:55:43 UTC