[html5] r6266 - [e] (0) improve explanatory text Fixing http://www.w3.org/Bugs/Public/show_bug.c [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 21 15:04:41 PDT 2011


Author: ianh
Date: 2011-06-21 15:04:38 -0700 (Tue, 21 Jun 2011)
New Revision: 6266

Modified:
   complete.html
   index
   source
Log:
[e] (0) improve explanatory text
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12941

Modified: complete.html
===================================================================
--- complete.html	2011-06-21 21:26:36 UTC (rev 6265)
+++ complete.html	2011-06-21 22:04:38 UTC (rev 6266)
@@ -76568,8 +76568,9 @@
 }</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>
 
@@ -100590,6 +100591,7 @@
   Kathy Walton,
   Kelly Norton,
   Kevin Benson,
+  Kevin Cole,
   Kornél Pál,
   Kornel Lesinski,
   Kris Northfield,

Modified: index
===================================================================
--- index	2011-06-21 21:26:36 UTC (rev 6265)
+++ index	2011-06-21 22:04:38 UTC (rev 6266)
@@ -96327,6 +96327,7 @@
   Kathy Walton,
   Kelly Norton,
   Kevin Benson,
+  Kevin Cole,
   Kornél Pál,
   Kornel Lesinski,
   Kris Northfield,

Modified: source
===================================================================
--- source	2011-06-21 21:26:36 UTC (rev 6265)
+++ source	2011-06-21 22:04:38 UTC (rev 6266)
@@ -87440,9 +87440,10 @@
   <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>
 
@@ -114809,6 +114810,7 @@
   Kathy Walton,
   Kelly Norton,
   Kevin Benson,
+  Kevin Cole,
   Kornél Pál,
   Kornel Lesinski,
   Kris Northfield,




More information about the Commit-Watchers mailing list