[html5] r5025 - [e] (0) domintro for this was way wrong.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Apr 13 01:31:50 PDT 2010
Author: ianh
Date: 2010-04-13 01:31:49 -0700 (Tue, 13 Apr 2010)
New Revision: 5025
Modified:
complete.html
index
source
Log:
[e] (0) domintro for this was way wrong.
Modified: complete.html
===================================================================
--- complete.html 2010-04-13 08:26:41 UTC (rev 5024)
+++ complete.html 2010-04-13 08:31:49 UTC (rev 5025)
@@ -54294,9 +54294,9 @@
<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>
@@ -54313,7 +54313,7 @@
<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>
Modified: index
===================================================================
--- index 2010-04-13 08:26:41 UTC (rev 5024)
+++ index 2010-04-13 08:31:49 UTC (rev 5025)
@@ -54195,9 +54195,9 @@
<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>
@@ -54214,7 +54214,7 @@
<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>
Modified: source
===================================================================
--- source 2010-04-13 08:26:41 UTC (rev 5024)
+++ source 2010-04-13 08:31:49 UTC (rev 5025)
@@ -61051,9 +61051,10 @@
<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>
@@ -61072,7 +61073,7 @@
<dd>
- <p>Returns the indicated <span>child browsing context</span>.</p>
+ <p>Returns the indicated element or collection of elements.</p>
</dd>
More information about the Commit-Watchers
mailing list