Skip to content

Commit

Permalink
[e] (0) miscellaneous cleanup
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3901 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 18, 2009
1 parent 7abaff9 commit cd57f4b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
9 changes: 6 additions & 3 deletions index
Expand Up @@ -76375,9 +76375,8 @@ interface <a href=#htmldocument>HTMLDocument</a> {
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
Expand All @@ -76398,6 +76397,9 @@ TODO (or delay):
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();
Expand Down Expand Up @@ -76622,4 +76624,5 @@ TODO (or delay):
XXX * be clearer about arrays/lists/collections being zero-based
despite using the term "/index/th".
-->


10 changes: 6 additions & 4 deletions source
Expand Up @@ -90068,7 +90068,6 @@ interface <span>HTMLDocument</span> {
<!--REFERENCES OFF-->
</dl>


<!--END websocket-api--><!--END storage--><!--END database--><!--END eventsource--><!--END workers-->


Expand Down Expand Up @@ -90562,9 +90561,8 @@ interface <span>HTMLDocument</span> {
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
Expand All @@ -90585,6 +90583,9 @@ TODO (or delay):
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();
Expand Down Expand Up @@ -90809,6 +90810,7 @@ TODO (or delay):
XXX * be clearer about arrays/lists/collections being zero-based
despite using the term "/index/th".
-->

</body>
</html>
<!--END html5-->

0 comments on commit cd57f4b

Please sign in to comment.