- From: poot <cvsmail@w3.org>
- Date: Wed, 6 Aug 2008 19:10:16 +0900 (JST)
- To: public-html-diffs@w3.org
Stop using the 't' word. (whatwg r39) 1.1.1 A background number-crunching worker http://people.w3.org/mike/diffs/html5/workers/Overview.1.32.html#a-background 1.1 Tutorial http://people.w3.org/mike/diffs/html5/workers/Overview.1.32.html#tutorial http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.31&r2=1.32&f=h http://html5.org/tools/web-apps-tracker?from=38&to=39 =================================================================== 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:53 UTC