spec/Overview.html 1.2121 2957 Set the stage for a synchronous Database

Set the stage for a synchronous Database API. (whatwg r2957)

Window
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2121.html#window

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2120&r2=1.2121&f=h
http://html5.org/tools/web-apps-tracker?from=2956&to=2957

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2120
retrieving revision 1.2121
diff -u -d -r1.2120 -r1.2121
--- Overview.html 2 Apr 2009 19:03:02 -0000 1.2120
+++ Overview.html 2 Apr 2009 21:32:05 -0000 1.2121
@@ -34869,7 +34869,7 @@
   readonly attribute <a href=#navigator>Navigator</a> <a href=#dom-navigator title=dom-navigator>navigator</a>; <!-- XXX IE6 also has window.clientInformation pointing to this same object -->
   readonly attribute <span>Storage</span> <span title=dom-localStorage>localStorage</span>; <!-- XXX split into separate interface -->
   readonly attribute <span>Storage</span> <span title=dom-sessionStorage>sessionStorage</span>;
-  <span>Database</span> <span title=dom-opendatabase>openDatabase</span>(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize); <!-- XXX split into separate interface -->
+  <span>Database</span> <span title=dom-opendatabase>openDatabase</span>(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize);
   readonly attribute <a href=#applicationcache>ApplicationCache</a> <a href=#dom-applicationcache title=dom-applicationCache>applicationCache</a>;
 
   // user prompts

Received on Thursday, 2 April 2009 21:34:56 UTC