- From: poot <cvsmail@w3.org>
- Date: Thu, 13 Nov 2008 08:38:33 +0900 (JST)
- To: public-html-diffs@w3.org
typos (whatwg r65)
1.2.3 Worker used for background I/O
http://people.w3.org/mike/diffs/html5/workers/Overview.1.58.html#worker
1.2.2 A worker for updating a client-side database
http://people.w3.org/mike/diffs/html5/workers/Overview.1.58.html#a-worker
http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html
http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.57&r2=1.58&f=h
http://html5.org/tools/web-apps-tracker?from=64&to=65
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Overview.html 12 Nov 2008 23:37:00 -0000 1.57
+++ Overview.html 12 Nov 2008 23:38:07 -0000 1.58
@@ -192,7 +192,7 @@
updating a client-side database</a>
<li><a href="#worker"><span class=secno>1.2.3 </span>Worker used for
- backgroud I/O</a>
+ background I/O</a>
<li><a href="#shared"><span class=secno>1.2.4 </span>Shared
workers</a>
@@ -406,7 +406,7 @@
<p>This connects to the server using the <code>WebSocket</code> mechanism
and opens the local database (which, we presume, has been created
- earlier). The worker then just listens for messages from the worker and
+ earlier). The worker then just listens for messages from the server and
acts on them as appropriate, forever (or until the main page is closed).
<p><a
@@ -415,7 +415,7 @@
the server does not actually exist and the database is not created by this
sample code.)
- <h4 id=worker><span class=secno>1.2.3 </span>Worker used for backgroud I/O</h4>
+ <h4 id=worker><span class=secno>1.2.3 </span>Worker used for background I/O</h4>
<p><em>This section is non-normative.</em>
Received on Wednesday, 12 November 2008 23:39:10 UTC