Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5707 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 7, 2010
1 parent c228243 commit f586880
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -1002,7 +1002,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<ol>
<li><a href=#the-workerglobalscope-abstract-interface><span class=secno>9.2.1.1 </span>The <code>WorkerGlobalScope</code> abstract interface</a></li>
<li><a href=#dedicated-workers-and-the-dedicatedworkerglobalscope-interface><span class=secno>9.2.1.2 </span>Dedicated workers and the <code>DedicatedWorkerGlobalScope</code> interface</a></li>
<li><a href=#shared-workers-and-the-sharedworkerglobalscope-inteface><span class=secno>9.2.1.3 </span>Shared workers and the <code>SharedWorkerGlobalScope</code> inteface</a></ol></li>
<li><a href=#shared-workers-and-the-sharedworkerglobalscope-interface><span class=secno>9.2.1.3 </span>Shared workers and the <code>SharedWorkerGlobalScope</code> interface</a></ol></li>
<li><a href=#origins-of-workers><span class=secno>9.2.2 </span>Origins of workers</a></li>
<li><a href=#the-event-loop><span class=secno>9.2.3 </span>The event loop</a></li>
<li><a href="#the-worker's-lifetime"><span class=secno>9.2.4 </span>The worker's lifetime</a></li>
Expand Down Expand Up @@ -70708,7 +70708,7 @@ <h5 id=dedicated-workers-and-the-dedicatedworkerglobalscope-interface><span clas



<h5 id=shared-workers-and-the-sharedworkerglobalscope-inteface><span class=secno>9.2.1.3 </span>Shared workers and the <code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code> inteface</h5>
<h5 id=shared-workers-and-the-sharedworkerglobalscope-interface><span class=secno>9.2.1.3 </span>Shared workers and the <code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code> interface</h5>

<pre class=idl>[Supplemental, NoInterfaceObject]
interface <dfn id=sharedworkerglobalscope>SharedWorkerGlobalScope</dfn> : <a href=#workerglobalscope>WorkerGlobalScope</a> {
Expand Down Expand Up @@ -93378,6 +93378,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Roland Steiner,
Roman Ivanov,
Roy Fielding,
Ruud Steltenpool,
Ryan King,
S. Mike Dierken,
Salvatore Loreto,
Expand Down
1 change: 1 addition & 0 deletions index
Expand Up @@ -89446,6 +89446,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Roland Steiner,
Roman Ivanov,
Roy Fielding,
Ruud Steltenpool,
Ryan King,
S. Mike Dierken,
Salvatore Loreto,
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -79934,7 +79934,7 @@ interface <dfn>DedicatedWorkerGlobalScope</dfn> : <span>WorkerGlobalScope</span>



<h5>Shared workers and the <code>SharedWorkerGlobalScope</code> inteface</h5>
<h5>Shared workers and the <code>SharedWorkerGlobalScope</code> interface</h5>

<pre class="idl">[Supplemental, NoInterfaceObject]
interface <dfn>SharedWorkerGlobalScope</dfn> : <span>WorkerGlobalScope</span> {
Expand Down Expand Up @@ -107574,6 +107574,7 @@ interface <span>HTMLDocument</span> {
Roland Steiner,
Roman Ivanov,
Roy Fielding,
Ruud Steltenpool,
Ryan King,
S. Mike Dierken,
Salvatore Loreto,
Expand Down

0 comments on commit f586880

Please sign in to comment.