Skip to content

Commit

Permalink
[e] (0) typo in the worker section
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24544
Affected topics: DOM APIs, Workers

git-svn-id: http://svn.whatwg.org/webapps@8468 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 6, 2014
1 parent 02f4bf2 commit c3767e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 5 February 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -83884,7 +83884,7 @@ <h5 id=the-abstractworker-abstract-interface><span class=secno>10.2.6.1 </span>T

<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>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -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 &mdash; Last Updated 5 February 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -83884,7 +83884,7 @@ interface <dfn id=sharedworker>SharedWorker</dfn> : <a href=#eventtarget>EventTa

<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>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -93375,7 +93375,7 @@ interface <dfn>SharedWorker</dfn> : <span>EventTarget</span> {

<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>
Expand Down

0 comments on commit c3767e7

Please sign in to comment.