Skip to content

Commit

Permalink
[e] (0) domintro for this was way wrong.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5025 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 13, 2010
1 parent 08e1571 commit 8589659
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -54294,9 +54294,9 @@ <h4 id=accessing-other-browsing-contexts><span class=secno>6.2.3 </span>Accessin

<p>When a <code><a href=#window>Window</a></code> object is <dfn id=dom-window-item title=dom-window-item>indexed to retrieve an indexed
property</dfn> <var title="">index</var>, the value returned must be
the <var title="">index</var>th <a href=#child-browsing-context>child browsing context</a>
of the <code><a href=#document>Document</a></code> that is nested through an element that
is <a href=#in-a-document title="in a document">in the <code>Document</code></a>,
the <code><a href=#windowproxy>WindowProxy</a></code> object of the <var title="">index</var>th <a href=#child-browsing-context>child browsing context</a> of the
<code><a href=#document>Document</a></code> that is nested through an element that is
<a href=#in-a-document title="in a document">in the <code>Document</code></a>,
sorted in the <a href=#tree-order>tree order</a> of the elements nesting those
<a href=#browsing-context title="browsing context">browsing contexts</a>.</p>

Expand All @@ -54313,7 +54313,7 @@ <h4 id=named-access-on-the-window-object><span class=secno>6.2.4 </span>Named ac

<dd>

<p>Returns the indicated <a href=#child-browsing-context>child browsing context</a>.</p>
<p>Returns the indicated element or collection of elements.</p>

</dd>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -54195,9 +54195,9 @@ interface <dfn id=window>Window</dfn> {

<p>When a <code><a href=#window>Window</a></code> object is <dfn id=dom-window-item title=dom-window-item>indexed to retrieve an indexed
property</dfn> <var title="">index</var>, the value returned must be
the <var title="">index</var>th <a href=#child-browsing-context>child browsing context</a>
of the <code><a href=#document>Document</a></code> that is nested through an element that
is <a href=#in-a-document title="in a document">in the <code>Document</code></a>,
the <code><a href=#windowproxy>WindowProxy</a></code> object of the <var title="">index</var>th <a href=#child-browsing-context>child browsing context</a> of the
<code><a href=#document>Document</a></code> that is nested through an element that is
<a href=#in-a-document title="in a document">in the <code>Document</code></a>,
sorted in the <a href=#tree-order>tree order</a> of the elements nesting those
<a href=#browsing-context title="browsing context">browsing contexts</a>.</p>

Expand All @@ -54214,7 +54214,7 @@ interface <dfn id=window>Window</dfn> {

<dd>

<p>Returns the indicated <a href=#child-browsing-context>child browsing context</a>.</p>
<p>Returns the indicated element or collection of elements.</p>

</dd>

Expand Down
9 changes: 5 additions & 4 deletions source
Expand Up @@ -61051,9 +61051,10 @@ interface <dfn>Window</dfn> {
<p>When a <code>Window</code> object is <dfn
title="dom-window-item">indexed to retrieve an indexed
property</dfn> <var title="">index</var>, the value returned must be
the <var title="">index</var>th <span>child browsing context</span>
of the <code>Document</code> that is nested through an element that
is <span title="in a document">in the <code>Document</code></span>,
the <code>WindowProxy</code> object of the <var
title="">index</var>th <span>child browsing context</span> of the
<code>Document</code> that is nested through an element that is
<span title="in a document">in the <code>Document</code></span>,
sorted in the <span>tree order</span> of the elements nesting those
<span title="browsing context">browsing contexts</span>.</p>

Expand All @@ -61072,7 +61073,7 @@ interface <dfn>Window</dfn> {

<dd>

<p>Returns the indicated <span>child browsing context</span>.</p>
<p>Returns the indicated element or collection of elements.</p>

</dd>

Expand Down

0 comments on commit 8589659

Please sign in to comment.