[html5] r2690 - [] (0) Oops, missed Window.applicationCache in the IDL.

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 21 17:02:53 PST 2009


Author: ianh
Date: 2009-01-21 17:02:52 -0800 (Wed, 21 Jan 2009)
New Revision: 2690

Modified:
   index
   source
Log:
[] (0) Oops, missed Window.applicationCache in the IDL.

Modified: index
===================================================================
--- index	2009-01-21 22:54:29 UTC (rev 2689)
+++ index	2009-01-22 01:02:52 UTC (rev 2690)
@@ -22,7 +22,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 21 January 2009</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 22 January 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -33659,6 +33659,7 @@
   readonly attribute <a href=#storage-0>Storage</a> <a href=#dom-localstorage title=dom-localStorage>localStorage</a>;
   readonly attribute <a href=#storage-0>Storage</a> <a href=#dom-sessionstorage title=dom-sessionStorage>sessionStorage</a>;
   <a href=#database>Database</a> <a href=#dom-opendatabase title=dom-opendatabase>openDatabase</a>(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
   void <a href=#dom-alert title=dom-alert>alert</a>(in DOMString message);

Modified: source
===================================================================
--- source	2009-01-21 22:54:29 UTC (rev 2689)
+++ source	2009-01-22 01:02:52 UTC (rev 2690)
@@ -38239,6 +38239,7 @@
   readonly attribute <span>Storage</span> <span title="dom-localStorage">localStorage</span>;
   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);
+  readonly attribute <span>ApplicationCache</span> <span title="dom-applicationCache">applicationCache</span>;
 
   // user prompts
   void <span title="dom-alert">alert</span>(in DOMString message);




More information about the Commit-Watchers mailing list