[html5] r4191 - [e] (0) Explain the 'why' of WindowProxy. Fixing http://www.w3.org/Bugs/Public/s [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 19 18:40:09 PDT 2009
Author: ianh
Date: 2009-10-19 18:40:06 -0700 (Mon, 19 Oct 2009)
New Revision: 4191
Modified:
complete.html
index
source
Log:
[e] (0) Explain the 'why' of WindowProxy.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7824
Modified: complete.html
===================================================================
--- complete.html 2009-10-20 01:36:39 UTC (rev 4190)
+++ complete.html 2009-10-20 01:40:06 UTC (rev 4191)
@@ -49150,6 +49150,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
Modified: index
===================================================================
--- index 2009-10-20 01:36:39 UTC (rev 4190)
+++ index 2009-10-20 01:40:06 UTC (rev 4191)
@@ -46309,6 +46309,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
Modified: source
===================================================================
--- source 2009-10-20 01:36:39 UTC (rev 4190)
+++ source 2009-10-20 01:40:06 UTC (rev 4191)
@@ -55225,6 +55225,11 @@
<p>There is no <code>WindowProxy</code> interface object.</p>
+ <p class="note">The <code>WindowProxy</code> object allows scripts
+ to act as if each <span>browsing context</span> had a single
+ <code>Window</code> object, while still keeping separate
+ <code>Window</code> objects for each <code>Document</code>.</p>
+
<div class="example">
<p>In the following example, the variable <var title="">x</var> is
More information about the Commit-Watchers
mailing list