- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 17 Feb 2009 22:02:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv27129 Modified Files: Overview.html Log Message: Minor WindowProxy fixes. (whatwg r2828) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1998 retrieving revision 1.1999 diff -u -d -r1.1998 -r1.1999 --- Overview.html 17 Feb 2009 03:15:00 -0000 1.1998 +++ Overview.html 17 Feb 2009 22:02:12 -0000 1.1999 @@ -29028,6 +29028,9 @@ the ECMAScript specification, return the <code><a href=#window>Window</a></code> object's <code><a href=#windowproxy>WindowProxy</a></code> object.</p> + <p class=note>This is a willful violation of ECMAScript edition + 3. <a href=#references>[ECMA262]</a></p> + </dd> <dt>A relationship with the <dfn id=script-s-browsing-context>script's browsing context</dfn></dt> @@ -29041,10 +29044,7 @@ context</a>, the <code title=dom-opener><a href=#dom-opener>opener</a></code> attribute of the new <a href=#browsing-context>browsing context</a>'s <code><a href=#window>Window</a></code> object will be set to the <a href=#script-s-browsing-context>script's - browsing context</a>'s <code><a href=#window>Window</a></code> object.</p> - - <p class=note>This is a willful violation of ECMAScript edition - 3. <a href=#references>[ECMA262]</a></p> + browsing context</a>'s <code><a href=#windowproxy>WindowProxy</a></code> object.</p> </dd>
Received on Tuesday, 17 February 2009 22:02:27 UTC