- From: poot <cvsmail@w3.org>
- Date: Tue, 15 Jul 2008 20:46:01 +0900 (JST)
- To: public-html-diffs@w3.org
bring more of the interfaces that AbstractView needs to implement into one place (whatwg r1880) (changed by: Ian Hickson) Diffs for this change per section: list of message ports http://people.w3.org/mike/diffs/html5/spec/Overview.1.1069.html#list-of3 Window http://people.w3.org/mike/diffs/html5/spec/Overview.1.1069.html#window 5.2 The default view http://people.w3.org/mike/diffs/html5/spec/Overview.1.1069.html#the-default0 5.2.1 Security http://people.w3.org/mike/diffs/html5/spec/Overview.1.1069.html#security3 Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#list-of3 http://dev.w3.org/html5/spec/Overview.html#window http://dev.w3.org/html5/spec/Overview.html#the-default0 http://dev.w3.org/html5/spec/Overview.html#security3 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#list-of3 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#window http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-default0 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#security3 Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1068&r2=1.1069&f=h http://html5.org/tools/web-apps-tracker?from=1879&to=1880 =================================================================== 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:46:39 UTC