[html5] r8584 - [e] (0) Fix a typo in the worker section Fixing https://www.w3.org/Bugs/Public/s [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Apr 28 17:10:48 PDT 2014
Author: ianh
Date: 2014-04-28 17:10:35 -0700 (Mon, 28 Apr 2014)
New Revision: 8584
Modified:
complete.html
index
source
Log:
[e] (0) Fix a typo in the worker section
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25439
Affected topics: DOM APIs, Workers
Modified: complete.html
===================================================================
--- complete.html 2014-04-28 22:19:49 UTC (rev 8583)
+++ complete.html 2014-04-29 00:10:35 UTC (rev 8584)
@@ -84681,8 +84681,9 @@
<h3 id=infrastructure-0><span class=secno>10.2 </span>Infrastructure</h3>
+<!--CLEANUP-->
<p>There are two kinds of workers; dedicated workers, and shared workers. Dedicated workers, once
- created, and are linked to their creator; but message ports can be used to communicate from a
+ created, are linked to their creator; but message ports can be used to communicate from a
dedicated worker to multiple other browsing contexts or workers. Shared workers, on the other
hand, are named, and once created any script running in the same <a href=#origin>origin</a> can obtain a
reference to that worker and communicate with it.</p>
Modified: index
===================================================================
--- index 2014-04-28 22:19:49 UTC (rev 8583)
+++ index 2014-04-29 00:10:35 UTC (rev 8584)
@@ -84681,8 +84681,9 @@
<h3 id=infrastructure-0><span class=secno>10.2 </span>Infrastructure</h3>
+<!--CLEANUP-->
<p>There are two kinds of workers; dedicated workers, and shared workers. Dedicated workers, once
- created, and are linked to their creator; but message ports can be used to communicate from a
+ created, are linked to their creator; but message ports can be used to communicate from a
dedicated worker to multiple other browsing contexts or workers. Shared workers, on the other
hand, are named, and once created any script running in the same <a href=#origin>origin</a> can obtain a
reference to that worker and communicate with it.</p>
Modified: source
===================================================================
--- source 2014-04-28 22:19:49 UTC (rev 8583)
+++ source 2014-04-29 00:10:35 UTC (rev 8584)
@@ -94366,8 +94366,9 @@
<h3>Infrastructure</h3>
+<!--CLEANUP-->
<p>There are two kinds of workers; dedicated workers, and shared workers. Dedicated workers, once
- created, and are linked to their creator; but message ports can be used to communicate from a
+ created, are linked to their creator; but message ports can be used to communicate from a
dedicated worker to multiple other browsing contexts or workers. Shared workers, on the other
hand, are named, and once created any script running in the same <span>origin</span> can obtain a
reference to that worker and communicate with it.</p>
More information about the Commit-Watchers
mailing list