[html5] r8328 - [e] (0) for consistency, lowercase 'workers' in some references to Web workers A [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Dec 3 14:28:57 PST 2013
Author: ianh
Date: 2013-12-03 14:28:56 -0800 (Tue, 03 Dec 2013)
New Revision: 8328
Modified:
complete.html
index
source
Log:
[e] (0) for consistency, lowercase 'workers' in some references to Web workers
Affected topics: DOM APIs, HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2013-12-03 22:23:27 UTC (rev 8327)
+++ complete.html 2013-12-03 22:28:56 UTC (rev 8328)
@@ -71835,7 +71835,7 @@
</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
@@ -72508,7 +72508,7 @@
<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
Modified: index
===================================================================
--- index 2013-12-03 22:23:27 UTC (rev 8327)
+++ index 2013-12-03 22:28:56 UTC (rev 8328)
@@ -71835,7 +71835,7 @@
</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
@@ -72508,7 +72508,7 @@
<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
Modified: source
===================================================================
--- source 2013-12-03 22:23:27 UTC (rev 8327)
+++ source 2013-12-03 22:28:56 UTC (rev 8328)
@@ -80243,7 +80243,7 @@
<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
@@ -80992,7 +80992,7 @@
<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
More information about the Commit-Watchers
mailing list