[html5] r6576 - [giow] (2) Compatibility with Gecko/Webkit and apparently some legacy sites. Fix [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 23 12:48:30 PDT 2011


Author: ianh
Date: 2011-09-23 12:48:28 -0700 (Fri, 23 Sep 2011)
New Revision: 6576

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Compatibility with Gecko/Webkit and apparently some legacy sites.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13403

Modified: complete.html
===================================================================
--- complete.html	2011-09-23 19:46:21 UTC (rev 6575)
+++ complete.html	2011-09-23 19:48:28 UTC (rev 6576)
@@ -61908,7 +61908,7 @@
 interface <dfn id=window>Window</dfn> : <a href=#eventtarget>EventTarget</a> {
   // the current browsing context
   [Unforgeable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>;
-  readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>;
+  [Replaceable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>;
   [Unforgeable] readonly attribute <a href=#document>Document</a> <a href=#dom-document title=dom-document>document</a>;
            attribute DOMString <a href=#dom-name title=dom-name>name</a>; <!-- not [Replaceable] per WebKit and IE8 -->
   [PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>, Unforgeable] readonly attribute <a href=#location>Location</a> <a href=#dom-location title=dom-location>location</a>;

Modified: index
===================================================================
--- index	2011-09-23 19:46:21 UTC (rev 6575)
+++ index	2011-09-23 19:48:28 UTC (rev 6576)
@@ -61775,7 +61775,7 @@
 interface <dfn id=window>Window</dfn> : <a href=#eventtarget>EventTarget</a> {
   // the current browsing context
   [Unforgeable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>;
-  readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>;
+  [Replaceable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>;
   [Unforgeable] readonly attribute <a href=#document>Document</a> <a href=#dom-document title=dom-document>document</a>;
            attribute DOMString <a href=#dom-name title=dom-name>name</a>; <!-- not [Replaceable] per WebKit and IE8 -->
   [PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>, Unforgeable] readonly attribute <a href=#location>Location</a> <a href=#dom-location title=dom-location>location</a>;

Modified: source
===================================================================
--- source	2011-09-23 19:46:21 UTC (rev 6575)
+++ source	2011-09-23 19:48:28 UTC (rev 6576)
@@ -70286,7 +70286,7 @@
 interface <dfn>Window</dfn> : <span>EventTarget</span> {
   // the current browsing context
   [Unforgeable] readonly attribute <span>WindowProxy</span> <span title="dom-window">window</span>;
-  readonly attribute <span>WindowProxy</span> <span title="dom-self">self</span>;
+  [Replaceable] readonly attribute <span>WindowProxy</span> <span title="dom-self">self</span>;
   [Unforgeable] readonly attribute <span>Document</span> <span title="dom-document">document</span>;
            attribute DOMString <span title="dom-name">name</span>; <!-- not [Replaceable] per WebKit and IE8 -->
   [PutForwards=<span title="dom-location-href">href</span>, Unforgeable] readonly attribute <span>Location</span> <span title="dom-location">location</span>;




More information about the Commit-Watchers mailing list