- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Aug 2008 10:09:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv26253
Modified Files:
Overview.html
Log Message:
Stop using the 't' word. (whatwg r39)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Overview.html 6 Aug 2008 10:08:55 -0000 1.31
+++ Overview.html 6 Aug 2008 10:09:24 -0000 1.32
@@ -184,7 +184,7 @@
<li><a href="#tutorial"><span class=secno>1.1 </span>Tutorial</a>
<ul class=toc>
<li><a href="#a-background"><span class=secno>1.1.1 </span>A
- background number-crunching thread</a>
+ background number-crunching worker</a>
<li><a href="#a-worker"><span class=secno>1.1.2 </span>A worker for
updating a client-side database</a>
@@ -253,14 +253,14 @@
subsections show various examples of this use.
<h4 id=a-background><span class=secno>1.1.1 </span>A background
- number-crunching thread</h4>
+ number-crunching worker</h4>
<p><em>This section is non-normative.</em>
<p>The simplest use of workers is for performing a computationally
expensive task without interrupting the user interface.
- <p>In this example, the main document spawns a thread to (naïvely)
+ <p>In this example, the main document spawns a worker to (naïvely)
compute prime numbers, and progressively displays the most recently found
prime number.
Received on Wednesday, 6 August 2008 10:10:01 UTC