- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Aug 2008 22:12:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv22867
Modified Files:
Overview.html
Log Message:
typo (whatwg r44)
Index: Overview.html
===================================================================
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:13:27 UTC