hixie: domintro for this was way wrong. (whatwg r5025)

hixie: domintro for this was way wrong. (whatwg r5025)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4040&r2=1.4041&f=h
http://html5.org/tools/web-apps-tracker?from=5024&to=5025

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4040
retrieving revision 1.4041
diff -u -d -r1.4040 -r1.4041
--- Overview.html 13 Apr 2010 08:26:47 -0000 1.4040
+++ Overview.html 13 Apr 2010 08:31:53 -0000 1.4041
@@ -41294,9 +41294,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>
 
@@ -41307,7 +41307,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>

Received on Tuesday, 13 April 2010 08:32:43 UTC