- From: CVS User ihickson <cvsmail@w3.org>
- Date: Tue, 04 Jun 2013 22:18:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory roscoe:/tmp/cvs-serv6223
Modified Files:
Overview.html
Log Message:
Fix typos from r7851 (whatwg r7907)
--- /sources/public/html5/workers/Overview.html 2013/06/04 21:22:02 1.383
+++ /sources/public/html5/workers/Overview.html 2013/06/04 22:18:30 1.384
@@ -2297,7 +2297,7 @@
<p>Nothing must be <span>exposed to JavaScript</span> when the <span>JavaScript global
environment</span> is a <span>worker environment</span> except for the following:</p>
- <ul><li><p>The interfaces and exceptions defined by this specification, except where is further
+ <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
@@ -2305,7 +2305,7 @@
is a <span>worker environment</span>.</li>
<li><p>The interfaces of any objects made accessible through, and the exceptions thrown by any,
- interfaces implemented by any interfaces or objects of interfaces that are themselves
+ interfaces or objects of interfaces that are themselves
<span>exposed to JavaScript</span> (i.e. this requirement is transitive).</li>
</ul><p class="note">These requirements do not override the requirements defined by the Web IDL
Received on Tuesday, 4 June 2013 22:18:31 UTC