Skip to content

Commit

Permalink
[e] (0) Remove an over-broad statement that just confuses matters wit…
Browse files Browse the repository at this point in the history
…h respect to what's available in a Worker. If anyone sees something that should be available in a Worker but isn't explicitly allowed, let me know.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22493
Affected topics: HTML, Workers

git-svn-id: http://svn.whatwg.org/webapps@8021 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 3, 2013
1 parent 6d9b473 commit a9a367b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
5 changes: 1 addition & 4 deletions complete.html
Expand Up @@ -80754,10 +80754,7 @@ <h4 id=interface-objects-and-constructors><span class=secno>9.3.3 </span>Interfa
<p>Nothing must be <a href=#exposed-to-javascript>exposed to JavaScript</a> when the <a href=#javascript-global-environment>JavaScript global
environment</a> is a <a href=#worker-environment>worker environment</a> except for the following:</p>

<ul><li><p>The interfaces and exceptions defined by this specification, except where further
restricted by explicit requirements in this specification.</li>

<li><p>Any interfaces and exceptions defined by a specification that explicitly specifies that
<ul><li><p>Any interfaces and exceptions defined by a specification that explicitly specifies that
they are <a href=#exposed-to-javascript>exposed to JavaScript</a> when the <a href=#javascript-global-environment>JavaScript global environment</a>
is a <a href=#worker-environment>worker environment</a>.</li>

Expand Down
5 changes: 1 addition & 4 deletions index
Expand Up @@ -80754,10 +80754,7 @@ partial interface <a href=#workerglobalscope id=WorkerGlobalScope-partial>Worker
<p>Nothing must be <a href=#exposed-to-javascript>exposed to JavaScript</a> when the <a href=#javascript-global-environment>JavaScript global
environment</a> is a <a href=#worker-environment>worker environment</a> except for the following:</p>

<ul><li><p>The interfaces and exceptions defined by this specification, except where further
restricted by explicit requirements in this specification.</li>

<li><p>Any interfaces and exceptions defined by a specification that explicitly specifies that
<ul><li><p>Any interfaces and exceptions defined by a specification that explicitly specifies that
they are <a href=#exposed-to-javascript>exposed to JavaScript</a> when the <a href=#javascript-global-environment>JavaScript global environment</a>
is a <a href=#worker-environment>worker environment</a>.</li>

Expand Down
3 changes: 0 additions & 3 deletions source
Expand Up @@ -89942,9 +89942,6 @@ partial interface <span id="WorkerGlobalScope-partial">WorkerGlobalScope</span>

<ul>

<li><p>The interfaces and exceptions defined by this specification, except where further
restricted by explicit requirements in this specification.</p></li>

<li><p>Any interfaces and exceptions defined by a specification that explicitly specifies that
they are <span>exposed to JavaScript</span> when the <span>JavaScript global environment</span>
is a <span>worker environment</span>.</p></li>
Expand Down

0 comments on commit a9a367b

Please sign in to comment.