[html5] r1880 - [e] (0) bring more of the interfaces that AbstractView needs to implement into o [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jul 15 04:25:14 PDT 2008
Author: ianh
Date: 2008-07-15 04:25:13 -0700 (Tue, 15 Jul 2008)
New Revision: 1880
Modified:
index
source
Log:
[e] (0) bring more of the interfaces that AbstractView needs to implement into one place
Modified: index
===================================================================
--- index 2008-07-15 11:17:37 UTC (rev 1879)
+++ index 2008-07-15 11:25:13 UTC (rev 1880)
@@ -30246,8 +30246,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
@@ -30360,13 +30361,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>
Modified: source
===================================================================
--- source 2008-07-15 11:17:37 UTC (rev 1879)
+++ source 2008-07-15 11:25:13 UTC (rev 1880)
@@ -27736,8 +27736,8 @@
<p>The <code>AbstractView</code> object of <span title="default
view">default views</span> must also implement the
- <code>Window</code> and <code>WindowBrowsingContext</code>
- objects.</p>
+ <code>Window</code>, <code>WindowBrowsingContext</code>, and
+ <code>EventTarget</code> interfaces.</p>
<pre class="idl">[NoInterfaceObject] interface <dfn>Window</dfn> {
// self-reference
@@ -27850,14 +27850,8 @@
ports that need to be reactivated if the <code>Document</code> is
made the <span>active document</span> again.</p>
- <p>Objects implementing the <code>Window</code> interface must also
- implement the <code>EventTarget</code> interface.</p>
- <p class="note"><code>Window</code> objects also <span
- title="dom-item">have an implicit [[Get]] method</span> which
- returns <span>nested browsing contexts</span>.</p>
-
<h4>Security</h4>
<p>User agents must raise a <span>security exception</span> whenever
More information about the Commit-Watchers
mailing list