[html5] r2913 - [e] (0) update refs for web workers, given the recent spec splits

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 25 16:57:20 PDT 2009


Author: ianh
Date: 2009-03-25 16:57:19 -0700 (Wed, 25 Mar 2009)
New Revision: 2913

Modified:
   source
Log:
[e] (0) update refs for web workers, given the recent spec splits

Modified: source
===================================================================
--- source	2009-03-25 23:08:26 UTC (rev 2912)
+++ source	2009-03-25 23:57:19 UTC (rev 2913)
@@ -59313,18 +59313,14 @@
   <p>Objects that implement the <code>WorkerUtils</code> interface
   must also implement the <code>WindowTimers</code> interface. (This
   interface provides the <code title="">setTimeout()</code> method and
-  its friends.)</p>
+  its friends.)</p><!-- XXX ref -->
 
   <p class="XXX">Need to define a sync database API.</p>
 
   <!-- XXX ApplicationCache -->
 
-  <!-- XXX a way to set cookies on the URL for the script -->
-
   <!-- XXX debugging: void log(in DOMString s); // log to console -->
 
-  <!-- XXX debugging: onerror -->
-
   <hr>
 
   <p>The DOM APIs (<code>Node</code> objects, <code>Document</code>
@@ -59458,18 +59454,18 @@
   defined in the HTML5 specification.</p>
 
 
+ 
   <h4>APIs defined in other specifications</h4>
 
   <p>The <dfn
   title="dom-opendatabase"><code>openDatabase()</code></dfn> method
-  must act as defined for the API with the same name on the
-  <code>Window</code> object in the HTML5 specification, with the
-  exception that where the API would use the <span>origin</span> of
-  the <span>active document</span> of the <span>browsing
-  context</span> of the <code>Window</code> object on which the method
-  was supposedly invoked, it must instead use the <span>origin</span>
-  of the script that invoked the method. <a
-  href="#refsHTML5">[HTML5]</a></p>
+  must act as defined for the API of the same name defined in the Web
+  Storage specification, with the exception that where the API would
+  use the <span>origin</span> of the <span>active document</span> of
+  the <span>browsing context</span> of the <code>Window</code> object
+  on which the method was supposedly invoked, it must instead use the
+  <span>origin</span> of the script that invoked the method. <a
+  href="#refsWEBSTORAGE">[WEBSTORAGE]</a></p>
 
 
 
@@ -59488,10 +59484,10 @@
    null. <a href="#refsXHR">[XHR]</a></p></li>
 
    <li><p>The <code>WebSocket</code> interface object and
-   constructor.</p></li>
+   constructor. <a href="#refsWEBSOCKET">[WEBSOCKET]</a></p></li>
 
    <li><p>The <code>MessageChannel</code> interface object and
-   constructor.</p></li>
+   constructor. <a href="#refsHTML5">[HTML5]</a></p></li>
 
    <li><p>The <code title="dom-Worker">Worker()</code> and <code
    title="dom-SharedWorker">SharedWorker(<var




More information about the Commit-Watchers mailing list