Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) for consistency, lowercase 'workers' in some references to We…
…b workers

Affected topics: DOM APIs, HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8328 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 3, 2013
1 parent 6d8acb6 commit 50af142
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -71835,7 +71835,7 @@ <h3 id=atob><span class=secno>7.2 </span>Base64 utility methods</h3>
</dl><div class=impl>

<p class=note>The <code><a href=#windowbase64>WindowBase64</a></code> interface adds to the <code><a href=#window>Window</a></code> interface
and the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> interface (part of Web Workers).</p>
and the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> interface (part of Web workers).</p>

<p>The <dfn id=dom-windowbase64-btoa title=dom-windowbase64-btoa><code>btoa()</code></dfn> method must throw an
<code><a href=#invalidcharactererror>InvalidCharacterError</a></code> exception if the method's first argument contains any character
Expand Down Expand Up @@ -72508,7 +72508,7 @@ <h3 id=timers><span class=secno>7.4 </span>Timers</h3>
<div class=impl>

<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=#workerglobalscope>WorkerGlobalScope</a></code> interface (part of Web Workers).</p>
and the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> 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-timers>list of active
timers</dfn>. Each entry in this lists is identified by a number, which must be unique within the
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -71835,7 +71835,7 @@ interface <dfn id=windowbase64>WindowBase64</dfn> {
</dl><div class=impl>

<p class=note>The <code><a href=#windowbase64>WindowBase64</a></code> interface adds to the <code><a href=#window>Window</a></code> interface
and the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> interface (part of Web Workers).</p>
and the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> interface (part of Web workers).</p>

<p>The <dfn id=dom-windowbase64-btoa title=dom-windowbase64-btoa><code>btoa()</code></dfn> method must throw an
<code><a href=#invalidcharactererror>InvalidCharacterError</a></code> exception if the method's first argument contains any character
Expand Down Expand Up @@ -72508,7 +72508,7 @@ interface <dfn id=windowtimers>WindowTimers</dfn> {
<div class=impl>

<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=#workerglobalscope>WorkerGlobalScope</a></code> interface (part of Web Workers).</p>
and the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> 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-timers>list of active
timers</dfn>. Each entry in this lists is identified by a number, which must be unique within the
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -80243,7 +80243,7 @@ interface <dfn>WindowBase64</dfn> {
<div class="impl">

<p class="note">The <code>WindowBase64</code> interface adds to the <code>Window</code> interface
and the <code>WorkerGlobalScope</code> interface (part of Web Workers).</p>
and the <code>WorkerGlobalScope</code> interface (part of Web workers).</p>

<p>The <dfn data-x="dom-windowbase64-btoa"><code>btoa()</code></dfn> method must throw an
<code>InvalidCharacterError</code> exception if the method's first argument contains any character
Expand Down Expand Up @@ -80992,7 +80992,7 @@ interface <dfn>WindowTimers</dfn> {
<div class="impl">

<p class="note">The <code>WindowTimers</code> interface adds to the <code>Window</code> interface
and the <code>WorkerGlobalScope</code> interface (part of Web Workers).</p>
and the <code>WorkerGlobalScope</code> interface (part of Web workers).</p>

<p>Each object that implements the <code>WindowTimers</code> interface has a <dfn>list of active
timers</dfn>. Each entry in this lists is identified by a number, which must be unique within the
Expand Down

0 comments on commit 50af142

Please sign in to comment.