[html5] r8468 - [e] (0) typo in the worker section Fixing https://www.w3.org/Bugs/Public/show_bu [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 5 16:30:46 PST 2014


Author: ianh
Date: 2014-02-05 16:30:45 -0800 (Wed, 05 Feb 2014)
New Revision: 8468

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo in the worker section
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24544
Affected topics: DOM APIs, Workers

Modified: complete.html
===================================================================
--- complete.html	2014-02-05 19:34:14 UTC (rev 8467)
+++ complete.html	2014-02-06 00:30:45 UTC (rev 8468)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 5 February 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 6 February 2014</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -83884,7 +83884,7 @@
 
     <p class=note>Thus, scripts must either be external files with the same scheme, host, and port
     as the original page, or <a href=#data-protocol title="data protocol"><code title="">data:</code> URLs</a>.
-    For example, and an <code>https:</code> page couldn't start workers using scripts with
+    For example, an <code>https:</code> page couldn't start workers using scripts with
     <code>http:</code> URLs.</p>
 
    </li>

Modified: index
===================================================================
--- index	2014-02-05 19:34:14 UTC (rev 8467)
+++ index	2014-02-06 00:30:45 UTC (rev 8468)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 5 February 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 6 February 2014</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -83884,7 +83884,7 @@
 
     <p class=note>Thus, scripts must either be external files with the same scheme, host, and port
     as the original page, or <a href=#data-protocol title="data protocol"><code title="">data:</code> URLs</a>.
-    For example, and an <code>https:</code> page couldn't start workers using scripts with
+    For example, an <code>https:</code> page couldn't start workers using scripts with
     <code>http:</code> URLs.</p>
 
    </li>

Modified: source
===================================================================
--- source	2014-02-05 19:34:14 UTC (rev 8467)
+++ source	2014-02-06 00:30:45 UTC (rev 8468)
@@ -93375,7 +93375,7 @@
 
     <p class="note">Thus, scripts must either be external files with the same scheme, host, and port
     as the original page, or <span data-x="data protocol"><code data-x="">data:</code> URLs</span>.
-    For example, and an <code>https:</code> page couldn't start workers using scripts with
+    For example, an <code>https:</code> page couldn't start workers using scripts with
     <code>http:</code> URLs.</p>
 
    </li>




More information about the Commit-Watchers mailing list