Skip to content

Commit

Permalink
[e] (0) improve explanatory text
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12941

git-svn-id: http://svn.whatwg.org/webapps@6266 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 21, 2011
1 parent cef14f0 commit 80fe2e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions complete.html
Expand Up @@ -76568,8 +76568,9 @@ <h5 id=a-background-number-crunching-worker><span class=secno>10.1.2.1 </span>A
}</pre>

<p>The bulk of this code is simply an unoptimized search for a prime
number. To send a message back to the page, the <code title=dom-DedicatedWorkerGlobalScope-send>send()</code>
method is used to post a message when a prime is found.</p>
number. The <code title=dom-DedicatedWorkerGlobalScope-postMessage><a href=#dom-dedicatedworkerglobalscope-postmessage>postMessage()</a></code>
method is used to send a message back to the page when a prime is
found.</p>

<p><a href=http://www.whatwg.org/demos/workers/primes/page.html>View this example online</a>.</p>

Expand Down Expand Up @@ -100590,6 +100591,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Kathy Walton,
Kelly Norton,
Kevin Benson,
Kevin Cole,
Korn&eacute;l P&aacute;l,
Kornel Lesinski,
Kris Northfield,
Expand Down
1 change: 1 addition & 0 deletions index
Expand Up @@ -96327,6 +96327,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Kathy Walton,
Kelly Norton,
Kevin Benson,
Kevin Cole,
Korn&eacute;l P&aacute;l,
Kornel Lesinski,
Kris Northfield,
Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -87440,9 +87440,10 @@ local.onaddstream = function (event) {
<pre>EXAMPLE workers/primes/worker.js</pre>

<p>The bulk of this code is simply an unoptimized search for a prime
number. To send a message back to the page, the <code
title="dom-DedicatedWorkerGlobalScope-send">send()</code>
method is used to post a message when a prime is found.</p>
number. The <code
title="dom-DedicatedWorkerGlobalScope-postMessage">postMessage()</code>
method is used to send a message back to the page when a prime is
found.</p>

<p><a href="http://www.whatwg.org/demos/workers/primes/page.html">View this example online</a>.</p>

Expand Down Expand Up @@ -114809,6 +114810,7 @@ interface <span>HTMLDocument</span> {
Kathy Walton,
Kelly Norton,
Kevin Benson,
Kevin Cole,
Korn&eacute;l P&aacute;l,
Kornel Lesinski,
Kris Northfield,
Expand Down

0 comments on commit 80fe2e8

Please sign in to comment.