Skip to content

Commit

Permalink
[e] (0) references for w3c side
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6374 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 5, 2011
1 parent bf42504 commit 483b386
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
9 changes: 6 additions & 3 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 4 August 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -69113,7 +69113,8 @@ <h3 id=timers><span class=secno>7.3 </span>Timers</h3>

<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
Expand Down Expand Up @@ -76163,7 +76164,7 @@ <h4 id=introduction-12><span class=secno>9.4.1 </span>Introduction</h4>
argument, a string, which it then sends on the signaling
channel.</p>

<p>After creating the code&gt;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>

Expand Down Expand Up @@ -78309,6 +78310,7 @@ <h3 id=infrastructure-0><span class=secno>10.2 </span>Infrastructure</h3>
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>
Expand Down Expand Up @@ -79294,6 +79296,7 @@ <h3 id=apis-available-to-workers><span class=secno>10.3 </span>APIs available to
<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>
Expand Down
10 changes: 7 additions & 3 deletions index
Expand Up @@ -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 &mdash; Last Updated 4 August 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -69005,7 +69005,11 @@ interface <dfn id=windowtimers>WindowTimers</dfn> {

<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
Expand Down Expand Up @@ -76061,7 +76065,7 @@ interface <dfn id=blobcallback>BlobCallback</dfn> {
argument, a string, which it then sends on the signaling
channel.</p>

<p>After creating the code&gt;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>

Expand Down
20 changes: 18 additions & 2 deletions source
Expand Up @@ -78655,7 +78655,11 @@ interface <dfn>WindowTimers</dfn> {

<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
Expand Down Expand Up @@ -86804,7 +86808,7 @@ interface <dfn>BlobCallback</dfn> {
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>
Expand Down Expand Up @@ -88540,6 +88544,12 @@ local.onaddstream = function (event) {
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>

Expand Down Expand Up @@ -89707,6 +89717,12 @@ interface <dfn>WorkerUtils</dfn> {
<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>
Expand Down

0 comments on commit 483b386

Please sign in to comment.