- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Jan 2009 08:34:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv498 Modified Files: Overview.html Log Message: Making the Window NamedGetter be OverrideBuiltins, apparently people rely on it. (whatwg r2649) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1818 retrieving revision 1.1819 diff -u -d -r1.1818 -r1.1819 --- Overview.html 13 Jan 2009 08:30:00 -0000 1.1818 +++ Overview.html 13 Jan 2009 08:34:18 -0000 1.1819 @@ -27068,7 +27068,7 @@ </ol><h3 id=the-default-view><span class=secno>5.2 </span>The default view</h3><p>The <code>AbstractView</code> object of <a href=#default-view title="default view">default views</a> must also implement the - <code><a href=#window>Window</a></code> and <code>EventTarget</code> interfaces.<pre class=idl>[NoInterfaceObject, <a href=#dom-window-item title=dom-window-item>IndexGetter</a>, <a href=#dom-window-nameditem title=dom-window-namedItem>NameGetter</a>] + <code><a href=#window>Window</a></code> and <code>EventTarget</code> interfaces.<pre class=idl>[NoInterfaceObject, <a href=#dom-window-item title=dom-window-item>IndexGetter</a>, <a href=#dom-window-nameditem title=dom-window-namedItem>NameGetter</a>=OverrideBuiltins] interface <dfn id=window>Window</dfn> { // the current browsing context readonly attribute <a href=#window>Window</a> <a href=#dom-window title=dom-window>window</a>;
Received on Tuesday, 13 January 2009 08:34:30 UTC