- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Sep 2011 19:50:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv20882 Modified Files: Overview.html Log Message: Compatibility with Gecko/Webkit and apparently some legacy sites. (whatwg r6576) Index: Overview.html =================================================================== 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:03 UTC