[html5] r8021 - [e] (0) Remove an over-broad statement that just confuses matters with respect t [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jul 3 09:58:59 PDT 2013
Author: ianh
Date: 2013-07-03 09:58:58 -0700 (Wed, 03 Jul 2013)
New Revision: 8021
Modified:
complete.html
index
source
Log:
[e] (0) Remove an over-broad statement that just confuses matters with 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
Modified: complete.html
===================================================================
--- complete.html 2013-07-03 16:25:47 UTC (rev 8020)
+++ complete.html 2013-07-03 16:58:58 UTC (rev 8021)
@@ -80754,10 +80754,7 @@
<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>
Modified: index
===================================================================
--- index 2013-07-03 16:25:47 UTC (rev 8020)
+++ index 2013-07-03 16:58:58 UTC (rev 8021)
@@ -80754,10 +80754,7 @@
<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>
Modified: source
===================================================================
--- source 2013-07-03 16:25:47 UTC (rev 8020)
+++ source 2013-07-03 16:58:58 UTC (rev 8021)
@@ -89942,9 +89942,6 @@
<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>
More information about the Commit-Watchers
mailing list