html5/spec Overview.html,1.1069,1.1070

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21297

Modified Files:
	Overview.html 
Log Message:
Now that we've split Window in two, there are some places where we need to refer to the other interface. (whatwg r1881)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1069
retrieving revision 1.1070
diff -u -d -r1.1069 -r1.1070
--- Overview.html	15 Jul 2008 11:25:19 -0000	1.1069
+++ Overview.html	15 Jul 2008 20:43:06 -0000	1.1070
@@ -31079,9 +31079,10 @@
   <p>A <a href="#script2">script execution context</a> always has an
    associated <a href="#browsing1">browsing context</a>, known as the <dfn
    id=script3>script browsing context</dfn>. If the <a href="#script2">script
-   execution context</a> is a <code><a href="#window">Window</a></code>
-   object, then that object's <a href="#browsing1">browsing context</a> is
-   it. Otherwise, the <a href="#script2">script execution context</a> is
+   execution context</a> is a <code><a
+   href="#windowbrowsingcontext">WindowBrowsingContext</a></code> object,
+   then that object's <a href="#browsing1">browsing context</a> is it.
+   Otherwise, the <a href="#script2">script execution context</a> is
    associated explicitly with a <a href="#browsing1">browsing context</a>
    when it is created.
 

Received on Tuesday, 15 July 2008 20:43:50 UTC