html5/spec Overview.html,1.1068,1.1069

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

Modified Files:
	Overview.html 
Log Message:
bring more of the interfaces that AbstractView needs to implement into one place (whatwg r1880)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1068
retrieving revision 1.1069
diff -u -d -r1.1068 -r1.1069
--- Overview.html	15 Jul 2008 11:17:41 -0000	1.1068
+++ Overview.html	15 Jul 2008 11:25:19 -0000	1.1069
@@ -30308,8 +30308,9 @@
 
   <p>The <code>AbstractView</code> object of <a href="#default3"
    title="default view">default views</a> must also implement the <code><a
-   href="#window">Window</a></code> and <code><a
-   href="#windowbrowsingcontext">WindowBrowsingContext</a></code> objects.
+   href="#window">Window</a></code>, <code><a
+   href="#windowbrowsingcontext">WindowBrowsingContext</a></code>, and
+   <code>EventTarget</code> interfaces.
 
   <pre class=idl>[NoInterfaceObject] interface <dfn id=window>Window</dfn> {
   // self-reference
@@ -30422,13 +30423,6 @@
    <code>Document</code> is made the <a href="#active">active document</a>
    again.
 
-  <p>Objects implementing the <code><a href="#window">Window</a></code>
-   interface must also implement the <code>EventTarget</code> interface.
-
-  <p class=note><code><a href="#window">Window</a></code> objects also <span
-   title=dom-item>have an implicit [[Get]] method</span> which returns
-   <span>nested browsing contexts</span>.
-
   <h4 id=security3><span class=secno>5.2.1 </span>Security</h4>
 
   <p>User agents must raise a <a href="#security10">security exception</a>

Received on Tuesday, 15 July 2008 11:43:39 UTC