- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 17:27:04 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: named access on Window can return all kinds of things, not just other Windows (whatwg r5024) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4039&r2=1.4040&f=h http://html5.org/tools/web-apps-tracker?from=5023&to=5024 =================================================================== 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:27:32 UTC