- From: poot <cvsmail@w3.org>
- Date: Thu, 7 Aug 2008 07:13:51 +0900 (JST)
- To: public-html-diffs@w3.org
typo (whatwg r44)
http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html
http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.36&r2=1.37&f=h
http://html5.org/tools/web-apps-tracker?from=43&to=44
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- Overview.html 6 Aug 2008 22:09:55 -0000 1.36
+++ Overview.html 6 Aug 2008 22:12:38 -0000 1.37
@@ -763,10 +763,11 @@
}</pre>
<p><strong>Connecting to multiple pages</strong>. Instead of using the
- <code title=dom-WorkerGlobalScope-port><a href="#port">port global
- variable in the worker, the script uses the <code
- title=handler-WorkerGlobalScope-onconnect>onconnect</code> event listener
- to listen for multiple connections.</a></code>
+ <code title=dom-WorkerGlobalScope-port><a href="#port">port</a></code>
+ global variable in the worker, the script uses the <code
+ title=handler-WorkerGlobalScope-onconnect><a
+ href="#onconnect">onconnect</a></code> event listener to listen for
+ multiple connections.
<p><strong>Direct channels</strong>. When the worker receives a "msg"
message from one viewer naming another viewer, it sets up a direct
Received on Wednesday, 6 August 2008 22:14:28 UTC