[html5] r7907 - [e] (0) Fix typos from r7851 Fixing https://www.w3.org/Bugs/Public/show_bug.cgi? [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 4 15:18:28 PDT 2013


Author: ianh
Date: 2013-06-04 15:18:27 -0700 (Tue, 04 Jun 2013)
New Revision: 7907

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix typos from r7851
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21808
Affected topics: HTML, Workers

Modified: complete.html
===================================================================
--- complete.html	2013-06-04 22:02:33 UTC (rev 7906)
+++ complete.html	2013-06-04 22:18:27 UTC (rev 7907)
@@ -79921,7 +79921,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 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
@@ -79929,7 +79929,7 @@
    is a <a href=#worker-environment>worker environment</a>.</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
    <a href=#exposed-to-javascript>exposed to JavaScript</a> (i.e. this requirement is transitive).</li>
 
   </ul><p class=note>These requirements do not override the requirements defined by the Web IDL

Modified: index
===================================================================
--- index	2013-06-04 22:02:33 UTC (rev 7906)
+++ index	2013-06-04 22:18:27 UTC (rev 7907)
@@ -79921,7 +79921,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 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
@@ -79929,7 +79929,7 @@
    is a <a href=#worker-environment>worker environment</a>.</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
    <a href=#exposed-to-javascript>exposed to JavaScript</a> (i.e. this requirement is transitive).</li>
 
   </ul><p class=note>These requirements do not override the requirements defined by the Web IDL

Modified: source
===================================================================
--- source	2013-06-04 22:02:33 UTC (rev 7906)
+++ source	2013-06-04 22:18:27 UTC (rev 7907)
@@ -89010,7 +89010,7 @@
 
   <ul>
 
-   <li><p>The interfaces and exceptions defined by this specification, except where is further
+   <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
@@ -89018,7 +89018,7 @@
    is a <span>worker environment</span>.</p></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).</p></li>
 
   </ul>




More information about the Commit-Watchers mailing list