Skip to content

Commit

Permalink
[e] (0) Explain the 'why' of WindowProxy.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7824

git-svn-id: http://svn.whatwg.org/webapps@4191 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 20, 2009
1 parent bca1e54 commit d97bb3d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions complete.html
Expand Up @@ -49150,6 +49150,11 @@ <h3 id=the-windowproxy-object><span class=secno>6.2 </span>The <code><a href=#wi

<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
Expand Down
5 changes: 5 additions & 0 deletions index
Expand Up @@ -46309,6 +46309,11 @@ document.body.appendChild(outer);</pre>

<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
Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -55225,6 +55225,11 @@ END:VCARD</pre>

<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
Expand Down

0 comments on commit d97bb3d

Please sign in to comment.