- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 08:26:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv7539 Modified Files: Overview.html Log Message: named access on Window can return all kinds of things, not just other Windows (whatwg r5024) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4039 retrieving revision 1.4040 diff -u -d -r1.4039 -r1.4040 --- Overview.html 13 Apr 2010 08:15:36 -0000 1.4039 +++ Overview.html 13 Apr 2010 08:26:47 -0000 1.4040 @@ -40957,7 +40957,7 @@ readonly attribute <a href="#element">Element</a> <a href="#dom-frameelement" title="dom-frameElement">frameElement</a>; <a href="#windowproxy">WindowProxy</a> <a href="#dom-open" title="dom-open">open</a>(in optional DOMString url, in optional DOMString target, in optional DOMString features, in optional DOMString replace); <a href="#dom-window-item" title="dom-window-item">getter</a> <a href="#windowproxy">WindowProxy</a> (in unsigned long index); - <a href="#dom-window-nameditem" title="dom-window-namedItem">getter</a> <a href="#windowproxy">WindowProxy</a> (in DOMString name); + <a href="#dom-window-nameditem" title="dom-window-namedItem">getter</a> any (in DOMString name); // the user agent readonly attribute <a href="#navigator">Navigator</a> <a href="#dom-navigator" title="dom-navigator">navigator</a>; <!-- IE also has window.clientInformation === window.navigator -->
Received on Tuesday, 13 April 2010 08:26:52 UTC