[html5] r2828 - [e] (0) Minor WindowProxy fixes.

whatwg at whatwg.org whatwg at whatwg.org
Tue Feb 17 14:02:06 PST 2009


Author: ianh
Date: 2009-02-17 14:02:06 -0800 (Tue, 17 Feb 2009)
New Revision: 2828

Modified:
   index
   source
Log:
[e] (0) Minor WindowProxy fixes.

Modified: index
===================================================================
--- index	2009-02-17 03:14:55 UTC (rev 2827)
+++ index	2009-02-17 22:02:06 UTC (rev 2828)
@@ -35414,6 +35414,9 @@
     the ECMAScript specification, return the <code><a href=#window>Window</a></code>
     object's <code><a href=#windowproxy>WindowProxy</a></code> object.</p>
 
+    <p class=note>This is a willful violation of ECMAScript edition
+    3. <a href=#refsECMA262>[ECMA262]</a></p>
+
    </dd>
 
    <dt>A relationship with the <dfn id="script's-browsing-context">script's browsing context</dfn></dt>
@@ -35427,11 +35430,8 @@
     context</a>, the <code title=dom-opener><a href=#dom-opener>opener</a></code>
     attribute of the new <a href=#browsing-context>browsing context</a>'s
     <code><a href=#window>Window</a></code> object will be set to the <a href="#script's-browsing-context">script's
-    browsing context</a>'s <code><a href=#window>Window</a></code> object.</p>
+    browsing context</a>'s <code><a href=#windowproxy>WindowProxy</a></code> object.</p>
 
-    <p class=note>This is a willful violation of ECMAScript edition
-    3. <a href=#refsECMA262>[ECMA262]</a></p>
-
    </dd>
 
    <dt>A <dfn id="script's-character-encoding" title="script's character encoding">character encoding</dfn></dt>

Modified: source
===================================================================
--- source	2009-02-17 03:14:55 UTC (rev 2827)
+++ source	2009-02-17 22:02:06 UTC (rev 2828)
@@ -40245,6 +40245,9 @@
     the ECMAScript specification, return the <code>Window</code>
     object's <code>WindowProxy</code> object.</p>
 
+    <p class="note">This is a willful violation of ECMAScript edition
+    3. <a href="#refsECMA262">[ECMA262]</a></p>
+
    </dd>
 
    <dt>A relationship with the <dfn>script's browsing context</dfn></dt>
@@ -40259,11 +40262,8 @@
     context</span>, the <code title="dom-opener">opener</code>
     attribute of the new <span>browsing context</span>'s
     <code>Window</code> object will be set to the <span>script's
-    browsing context</span>'s <code>Window</code> object.</p>
+    browsing context</span>'s <code>WindowProxy</code> object.</p>
 
-    <p class="note">This is a willful violation of ECMAScript edition
-    3. <a href="#refsECMA262">[ECMA262]</a></p>
-
    </dd>
 
    <dt>A <dfn title="script's character encoding">character encoding</dfn></dt>




More information about the Commit-Watchers mailing list