hixie: Compatibility with Gecko/Webkit and apparently some legacy sites. (whatwg r6576)

hixie: Compatibility with Gecko/Webkit and apparently some legacy sites.
(whatwg r6576)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5269&r2=1.5270&f=h
http://html5.org/tools/web-apps-tracker?from=6575&to=6576

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5269
retrieving revision 1.5270
diff -u -d -r1.5269 -r1.5270
--- Overview.html 23 Sep 2011 19:48:47 -0000 1.5269
+++ Overview.html 23 Sep 2011 19:50:54 -0000 1.5270
@@ -43789,7 +43789,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>; 
   [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>;

Received on Friday, 23 September 2011 19:51:08 UTC