html5/websockets Overview.html,1.124,1.125

Update of /sources/public/html5/websockets
In directory hutz:/tmp/cvs-serv15156

Modified Files:
	Overview.html 
Log Message:
s/global scope/global object/ (whatwg r4245)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- Overview.html	17 Oct 2009 08:47:16 -0000	1.124
+++ Overview.html	21 Oct 2009 09:25:12 -0000	1.125
@@ -170,7 +170,7 @@
    <h1>The Web Sockets API</h1>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-17-october-2009">Editor's Draft 17 October 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-21-october-2009">Editor's Draft 21 October 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -239,7 +239,7 @@
   specification's progress along the W3C Recommendation track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 17 October 2009 Editor's Draft.
+  This specification is the 21 October 2009 Editor's Draft.
   <!--:ZZZ-->
   <p>This specification is being developed in conjunction with an
   Internet Draft for a wire protocol, the Web Socket Protocol,
@@ -379,7 +379,7 @@
    </li>
 
   </ol><p>This constructor must be visible when the <span>script's global
-  scope</span> is either a <code>Window</code> object or an object
+  object</span> is either a <code>Window</code> object or an object
   implementing the <code>WorkerUtils</code> interface.<hr><p>The <dfn id="dom-websocket-url" title="dom-WebSocket-URL"><code>URL</code></dfn>
   attribute must return the value that was passed to the
   constructor.<p>The <dfn id="dom-websocket-readystate" title="dom-WebSocket-readyState"><code>readyState</code></dfn>

Received on Wednesday, 21 October 2009 09:25:15 UTC