- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 19 Apr 2009 00:32:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv27429
Modified Files:
Overview.html
Log Message:
Typos: round 4. (whatwg r2968)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- Overview.html 19 Apr 2009 00:17:42 -0000 1.106
+++ Overview.html 19 Apr 2009 00:32:24 -0000 1.107
@@ -1023,7 +1023,7 @@
with another port and that has one (but only one) port whose owner
is the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> object on which the method
was invoked (this would include, for instance, the implicit port in
- used for dedicated workers), unentangle the two ports.</li>
+ used for dedicated workers), disentangle the two ports.</li>
</ol><p>The following are the <span>event handler attributes</span> (and their corresponding <span title="event handler event type">event handler event types</span>)
that must be supported, as DOM attributes, by objects implementing
@@ -1038,9 +1038,8 @@
had an implicit <code>MessagePort</code> associated with them. This
port is part of a channel that is set up when the worker is created,
but it is not exposed. This object must never be garbage collected
- before the <code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code> object.<p>All messages received by that port must immediately be
- retargetted at the <code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code>
- object.<p>The <dfn id=dom-dedicatedworkerglobalscope-postmessage title=dom-DedicatedWorkerGlobalScope-postMessage><code>postMessage()</code></dfn><!--
+ before the <code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code> object.<p>All messages received by that port must immediately be retargeted
+ at the <code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code> object.<p>The <dfn id=dom-dedicatedworkerglobalscope-postmessage title=dom-DedicatedWorkerGlobalScope-postMessage><code>postMessage()</code></dfn><!--
and <dfn
title="dom-DedicatedWorkerGlobalScope-startConversation"><code>startConversation()</code></dfn>-->
method<!--s (startConversation)--> on
@@ -1501,8 +1500,8 @@
<code>MessagePort</code> associated with them. This port is part of
a channel that is set up when the worker is created, but it is not
exposed. This object must never be garbage collected before the
- <code><a href=#worker>Worker</a></code> object.<p>All messages received by that port must immediately be
- retargetted at the <code><a href=#worker>Worker</a></code> object.<p>The <dfn id=dom-worker-postmessage title=dom-Worker-postMessage><code>postMessage()</code></dfn><!--
+ <code><a href=#worker>Worker</a></code> object.<p>All messages received by that port must immediately be retargeted
+ at the <code><a href=#worker>Worker</a></code> object.<p>The <dfn id=dom-worker-postmessage title=dom-Worker-postMessage><code>postMessage()</code></dfn><!--
and <dfn
title="dom-Worker-startConversation"><code>startConversation()</code></dfn>-->
method<!--s (startConversation)--> on <code><a href=#worker>Worker</a></code> objects
Received on Sunday, 19 April 2009 00:32:35 UTC