- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Sep 2009 08:54:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv1898 Modified Files: Overview.html Log Message: miscellaneous cleanup (whatwg r3901) Index: Overview.html =================================================================== 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:00 UTC