Skip to content

Commit

Permalink
[e] (0) bring more of the interfaces that AbstractView needs to imple…
Browse files Browse the repository at this point in the history
…ment into one place

git-svn-id: http://svn.whatwg.org/webapps@1880 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 15, 2008
1 parent 1b77444 commit 5492d38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
12 changes: 3 additions & 9 deletions index
Expand Up @@ -30246,8 +30246,9 @@ never reset. This is nice and consistent.)

<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
Expand Down Expand Up @@ -30360,13 +30361,6 @@ never reset. This is nice and consistent.)
<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>
Expand Down
10 changes: 2 additions & 8 deletions source
Expand Up @@ -27736,8 +27736,8 @@ never reset. This is nice and consistent.)

<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
Expand Down Expand Up @@ -27850,12 +27850,6 @@ never reset. This is nice and consistent.)
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>
Expand Down

0 comments on commit 5492d38

Please sign in to comment.