hixie: s/global scope/global object/ (whatwg r4245)

hixie: s/global scope/global object/ (whatwg r4245)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3390&r2=1.3391&f=h
http://html5.org/tools/web-apps-tracker?from=4244&to=4245

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3390
retrieving revision 1.3391
diff -u -d -r1.3390 -r1.3391
--- Overview.html 21 Oct 2009 09:18:14 -0000 1.3390
+++ Overview.html 21 Oct 2009 09:25:00 -0000 1.3391
@@ -41527,7 +41527,7 @@
   <div class="example">
 
    <p>In the following example, the variable <var title="">x</var> is
-   set to the <code><a href="#windowproxy">WindowProxy</a></code> object returned by the <code title="dom-window"><a href="#dom-window">window</a></code> accessor on the global scope. All
+   set to the <code><a href="#windowproxy">WindowProxy</a></code> object returned by the <code title="dom-window"><a href="#dom-window">window</a></code> accessor on the global object. All
    of the expressions following the assignment return true, because in
    every respect, the <code><a href="#windowproxy">WindowProxy</a></code> object acts like the
    underlying <code><a href="#window">Window</a></code> object.</p>
@@ -52903,7 +52903,7 @@
     origin">Unicode serialization</a> of the <a href="#origin">origin</a> of
     the script that invoked the method, and the <code title="dom-MessageEvent-source"><a href="#dom-messageevent-source">source</a></code> attribute must be
     set to the <a href="#script-s-global-object">script's global object</a>.</p> <!--
-    invariant: the global scope is always a Window if the script can
+    invariant: the global object is always a Window if the script can
     see this method -->
 
    </li>
@@ -53007,7 +53007,7 @@
     origin">Unicode serialization</a> of the <a href="#origin">origin</a> of
     the script that invoked the method, and the <code title="dom-MessageEvent-source"><a href="#dom-messageevent-source">source</a></code> attribute must be
     set to the <a href="#script-s-global-object">script's global object</a>.</p> <!--
-    invariant: the global scope is always a Window if the script can
+    invariant: the global object is always a Window if the script can
     see this method -->
 
    </li>
@@ -53089,8 +53089,8 @@
 
    <li><p>Return <var title="">channel</var>.</li>
 
-  </ol><p>This constructor must be visible when the <span>script's global
-  scope</span> is either a <code><a href="#window">Window</a></code> object or an object
+  </ol><p>This constructor must be visible when the <a href="#script-s-global-object">script's global
+  object</a> is either a <code><a href="#window">Window</a></code> object or an object
   implementing the <code>WorkerUtils</code> interface.</p>
 
   <p>The <dfn id="dom-channel-port1" title="dom-channel-port1"><code>port1</code></dfn> and

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