Skip to content

Commit

Permalink
[e] (0) copypasta
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15180
Affected topics: HTML, Web Workers

git-svn-id: http://svn.whatwg.org/webapps@6928 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 28, 2012
1 parent a095604 commit d4cc6aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -75441,9 +75441,9 @@ <h5 id=shared-workers-and-the-sharedworkerglobalscope-interface><span class=secn
};
<a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a> implements <a href=#workerglobalscope>WorkerGlobalScope</a>;</pre>

<p>The <code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code> interface must not
<p>The <code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code> interface must not
exist if the interface's <a href=#relevant-namespace-object>relevant namespace object</a> is
not a <code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code> object. <a href=#refsWEBIDL>[WEBIDL]</a></p>
not a <code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code> object. <a href=#refsWEBIDL>[WEBIDL]</a></p>

<p>Shared workers receive message ports through <code title=event-WorkerGlobalScope-connect>connect</code> events on
their global object for each connection.</p>
Expand Down Expand Up @@ -98334,6 +98334,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Justin Schuh,
Justin Sinclair,
Kai Hendry,
&#21570;&#24247;&#35946; (KangHao Lu)<!-- Kenny, kennyluck-->,
Kartikaya Gupta,
Kathy Walton,
Kelly Ford,
Expand Down
5 changes: 3 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -75441,9 +75441,9 @@ interface <dfn id=workerglobalscope>WorkerGlobalScope</dfn> : <a href=#eventtarg
};
<a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a> implements <a href=#workerglobalscope>WorkerGlobalScope</a>;</pre>

<p>The <code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code> interface must not
<p>The <code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code> interface must not
exist if the interface's <a href=#relevant-namespace-object>relevant namespace object</a> is
not a <code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code> object. <a href=#refsWEBIDL>[WEBIDL]</a></p>
not a <code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code> object. <a href=#refsWEBIDL>[WEBIDL]</a></p>

<p>Shared workers receive message ports through <code title=event-WorkerGlobalScope-connect>connect</code> events on
their global object for each connection.</p>
Expand Down Expand Up @@ -98334,6 +98334,7 @@ if (s = prompt('What is your name?')) {
Justin Schuh,
Justin Sinclair,
Kai Hendry,
&#21570;&#24247;&#35946; (KangHao Lu)<!-- Kenny, kennyluck-->,
Kartikaya Gupta,
Kathy Walton,
Kelly Ford,
Expand Down
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -87443,9 +87443,9 @@ interface <dfn>WorkerGlobalScope</dfn> : <span>EventTarget</span> {
};
<span>SharedWorkerGlobalScope</span> implements <span>WorkerGlobalScope</span>;</pre>

<p>The <code>DedicatedWorkerGlobalScope</code> interface must not
<p>The <code>SharedWorkerGlobalScope</code> interface must not
exist if the interface's <span>relevant namespace object</span> is
not a <code>DedicatedWorkerGlobalScope</code> object. <a
not a <code>SharedWorkerGlobalScope</code> object. <a
href="#refsWEBIDL">[WEBIDL]</a></p>

<p>Shared workers receive message ports through <code
Expand Down Expand Up @@ -115215,6 +115215,7 @@ if (s = prompt('What is your name?')) {
Justin Schuh,
Justin Sinclair,
Kai Hendry,
&#x5442;&#x5eb7;&#x8c6a; (KangHao Lu)<!-- Kenny, kennyluck-->,
Kartikaya Gupta,
Kathy Walton,
Kelly Ford,
Expand Down

0 comments on commit d4cc6aa

Please sign in to comment.