- From: poot <cvsmail@w3.org>
- Date: Sun, 19 Apr 2009 09:32:47 +0900 (JST)
- To: public-html-diffs@w3.org
Typos: round 4. (whatwg r2968) postMessage() http://people.w3.org/mike/diffs/html5/workers/Overview.1.107.html#dom-worker-postmessage 4.1.2 Dedicated workers and the DedicatedWorkerGlobalScope interface http://people.w3.org/mike/diffs/html5/workers/Overview.1.107.html#dedicated-workers-and-the-dedicatedworkerglobalscope-interface terminate() http://people.w3.org/mike/diffs/html5/workers/Overview.1.107.html#dom-worker-terminate close() http://people.w3.org/mike/diffs/html5/workers/Overview.1.107.html#dom-workerglobalscope-close postMessage() http://people.w3.org/mike/diffs/html5/workers/Overview.1.107.html#dom-dedicatedworkerglobalscope-postmessage http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.106&r2=1.107&f=h http://html5.org/tools/web-apps-tracker?from=2967&to=2968 =================================================================== 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:35:07 UTC