- From: poot <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 10:27:48 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Explain the 'why' of WindowProxy. (whatwg r4191) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3337&r2=1.3338&f=h http://html5.org/tools/web-apps-tracker?from=4190&to=4191 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3337 retrieving revision 1.3338 diff -u -d -r1.3337 -r1.3338 --- Overview.html 20 Oct 2009 01:24:09 -0000 1.3337 +++ Overview.html 20 Oct 2009 01:27:37 -0000 1.3338 @@ -41387,6 +41387,11 @@ <p>There is no <code><a href="#windowproxy">WindowProxy</a></code> interface object.</p> + <p class="note">The <code><a href="#windowproxy">WindowProxy</a></code> object allows scripts + to act as if each <a href="#browsing-context">browsing context</a> had a single + <code><a href="#window">Window</a></code> object, while still keeping separate + <code><a href="#window">Window</a></code> objects for each <code>Document</code>.</p> + <div class="example"> <p>In the following example, the variable <var title="">x</var> is
Received on Tuesday, 20 October 2009 01:28:20 UTC