Skip to content

Commit

Permalink
[e] (0) Add WindowProxy IDL definition to help webidl checker.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4635 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 29, 2010
1 parent a89d86c commit cbda2bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions complete.html
Expand Up @@ -50331,6 +50331,7 @@ <h4 id=browsing-context-names><span class=secno>6.1.6 </span>Browsing context na

<h3 id=the-windowproxy-object><span class=secno>6.2 </span>The <code><a href=#windowproxy>WindowProxy</a></code> object</h3>


<p>As mentioned earlier, each <a href=#browsing-context>browsing context</a> has a
<dfn id=windowproxy><code>WindowProxy</code></dfn> object. This object is unusual
in that all operations that would be performed on it must be
Expand Down
1 change: 1 addition & 0 deletions index
Expand Up @@ -50231,6 +50231,7 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;

<h3 id=the-windowproxy-object><span class=secno>6.2 </span>The <code><a href=#windowproxy>WindowProxy</a></code> object</h3>


<p>As mentioned earlier, each <a href=#browsing-context>browsing context</a> has a
<dfn id=windowproxy><code>WindowProxy</code></dfn> object. This object is unusual
in that all operations that would be performed on it must be
Expand Down
7 changes: 7 additions & 0 deletions source
Expand Up @@ -56690,6 +56690,13 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;

<h3>The <code>WindowProxy</code> object</h3>

<!--END complete--><!--END html--><!--END w3c-html-->
<!-- this is for the purposes of the IDL validator -->
<pre class="idl">
interface <dfn>WindowProxy</dfn>: <span>Window</span> {};
</pre>
<!--START complete--><!--START html--><!--START w3c-html-->

<p>As mentioned earlier, each <span>browsing context</span> has a
<dfn><code>WindowProxy</code></dfn> object. This object is unusual
in that all operations that would be performed on it must be
Expand Down

0 comments on commit cbda2bd

Please sign in to comment.