[html5] r6374 - [e] (0) references for w3c side
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 5 07:58:51 PDT 2011
Author: ianh
Date: 2011-08-05 07:58:49 -0700 (Fri, 05 Aug 2011)
New Revision: 6374
Modified:
complete.html
index
source
Log:
[e] (0) references for w3c side
Modified: complete.html
===================================================================
--- complete.html 2011-08-04 23:36:38 UTC (rev 6373)
+++ complete.html 2011-08-05 14:58:49 UTC (rev 6374)
@@ -239,7 +239,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 4 August 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 5 August 2011</h2>
</hgroup><dl><dt>Multiple-page version:</dt>
<dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
<dt>One-page version:</dt>
@@ -69113,7 +69113,8 @@
<p class=note>The <code><a href=#windowtimers>WindowTimers</a></code> interface adds to the
<code><a href=#window>Window</a></code> interface and the <code><a href=#workerutils>WorkerUtils</a></code>
- interface (part of Web Workers).</p>
+ interface (part of Web Workers).
+ </p>
<p>Each object that implements the <code><a href=#windowtimers>WindowTimers</a></code>
interface has a <dfn id=list-of-active-timeouts>list of active timeouts</dfn> and a <dfn id=list-of-active-intervals>list
@@ -76163,7 +76164,7 @@
argument, a string, which it then sends on the signaling
channel.</p>
- <p>After creating the code>PeerConnection object, the script
+ <p>After creating the <code><a href=#peerconnection>PeerConnection</a></code> object, the script
can use the <code title=dom-PeerConnection-addStream><a href=#dom-peerconnection-addstream>addStream()</a></code> method to
add any audio or video streams to be sent.</p>
@@ -78309,6 +78310,7 @@
obtain a reference to that worker and communicate with it.</p>
+
<h4 id=the-global-scope><span class=secno>10.2.1 </span>The global scope</h4>
<p>The global scope is the "inside" of a worker.</p>
@@ -79294,6 +79296,7 @@
<a href=#workerutils>WorkerUtils</a> implements <a href=#windowtimers>WindowTimers</a>;
<a href=#workerutils>WorkerUtils</a> implements <a href=#windowbase64>WindowBase64</a>;</pre>
+
<p>The DOM APIs (<code><a href=#node>Node</a></code> objects, <code><a href=#document>Document</a></code>
objects, etc) are not available to workers in this version of this
specification.</p>
Modified: index
===================================================================
--- index 2011-08-04 23:36:38 UTC (rev 6373)
+++ index 2011-08-05 14:58:49 UTC (rev 6374)
@@ -243,7 +243,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 4 August 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 5 August 2011</h2>
</hgroup><dl><dt><strong>Web developer edition</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -69005,7 +69005,11 @@
<p class=note>The <code><a href=#windowtimers>WindowTimers</a></code> interface adds to the
<code><a href=#window>Window</a></code> interface and the <code>WorkerUtils</code>
- interface (part of Web Workers).</p>
+ interface (part of Web Workers).
+
+ <a href=#refsWEBWORKERS>[WEBWORKERS]</a>
+
+ </p>
<p>Each object that implements the <code><a href=#windowtimers>WindowTimers</a></code>
interface has a <dfn id=list-of-active-timeouts>list of active timeouts</dfn> and a <dfn id=list-of-active-intervals>list
@@ -76061,7 +76065,7 @@
argument, a string, which it then sends on the signaling
channel.</p>
- <p>After creating the code>PeerConnection object, the script
+ <p>After creating the <code><a href=#peerconnection>PeerConnection</a></code> object, the script
can use the <code title=dom-PeerConnection-addStream><a href=#dom-peerconnection-addstream>addStream()</a></code> method to
add any audio or video streams to be sent.</p>
Modified: source
===================================================================
--- source 2011-08-04 23:36:38 UTC (rev 6373)
+++ source 2011-08-05 14:58:49 UTC (rev 6374)
@@ -78655,7 +78655,11 @@
<p class="note">The <code>WindowTimers</code> interface adds to the
<code>Window</code> interface and the <code>WorkerUtils</code>
- interface (part of Web Workers).</p>
+ interface (part of Web Workers).
+ <!--END complete--><!--END epub-->
+ <a href="#refsWEBWORKERS">[WEBWORKERS]</a>
+ <!--START complete--><!--START epub-->
+ </p>
<p>Each object that implements the <code>WindowTimers</code>
interface has a <dfn>list of active timeouts</dfn> and a <dfn>list
@@ -86804,7 +86808,7 @@
argument, a string, which it then sends on the signaling
channel.</p>
- <p>After creating the code>PeerConnection</code> object, the script
+ <p>After creating the <code>PeerConnection</code> object, the script
can use the <code
title="dom-PeerConnection-addStream">addStream()</code> method to
add any audio or video streams to be sent.</p>
@@ -88540,7 +88544,13 @@
created any script running in the same <span>origin</span> can
obtain a reference to that worker and communicate with it.</p>
+ <!--END complete--><!--END epub-->
+ <h4>Dependencies</h4>
+ <p>The <dfn><code>MessagePort</code></dfn> interface is defined in
+ the HTML specification. <a href="#refsHTML">[HTML]</a></p>
+ <!--START complete--><!--START epub-->
+
<h4>The global scope</h4>
<p>The global scope is the "inside" of a worker.</p>
@@ -89707,6 +89717,12 @@
<span>WorkerUtils</span> implements <span>WindowTimers</span>;
<span>WorkerUtils</span> implements <span>WindowBase64</span>;</pre>
+ <!--END complete--><!--END epub-->
+ <p>The <code>WindowTimers</code> and <code>WindowBase64</code>
+ interfaces are defined in the HTML specification. <a
+ href="#refsHTML">[HTML]</a></p>
+ <!--START complete--><!--START epub-->
+
<p>The DOM APIs (<code>Node</code> objects, <code>Document</code>
objects, etc) are not available to workers in this version of this
specification.</p>
More information about the Commit-Watchers
mailing list