- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 01:27:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12606
Modified Files:
Overview.html
Log Message:
Explain the 'why' of WindowProxy. (whatwg r4191)
Index: Overview.html
===================================================================
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:27:42 UTC