- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:54:00 -0400
- To: public-html-diffs@w3.org
hixie: Specify legacy window.status (which does nothing and always returns the empty string, for historical reasons) (whatwg r6200) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4968&r2=1.4969&f=h http://html5.org/tools/web-apps-tracker?from=6199&to=6200 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4968 retrieving revision 1.4969 diff -u -d -r1.4968 -r1.4969 --- Overview.html 9 Jun 2011 00:44:04 -0000 1.4968 +++ Overview.html 9 Jun 2011 06:13:22 -0000 1.4969 @@ -43328,7 +43328,8 @@ [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-personalbar" title="dom-window-personalbar">personalbar</a>; [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-scrollbars" title="dom-window-scrollbars">scrollbars</a>; [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-statusbar" title="dom-window-statusbar">statusbar</a>; - [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-toolbar" title="dom-window-toolbar">toolbar</a>; void <a href="#dom-window-close" title="dom-window-close">close</a>(); + [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-toolbar" title="dom-window-toolbar">toolbar</a>; attribute DOMString <a href="#dom-window-status" title="dom-window-status">status</a>; + void <a href="#dom-window-close" title="dom-window-close">close</a>(); void <a href="#dom-window-stop" title="dom-window-stop">stop</a>(); void <a href="#dom-window-focus" title="dom-window-focus">focus</a>(); void <a href="#dom-window-blur" title="dom-window-blur">blur</a>(); @@ -43966,6 +43967,10 @@ object</a>.</p> + <hr><p>For historical reasons, the <dfn id="dom-window-status" title="dom-window-status"><code>status</code></dfn> attribute on the + <code><a href="#window">Window</a></code> object must return an empty string on getting, + and do nothing on setting.</p> + </div><div class="impl"> <h4 id="the-windowproxy-object"><span class="secno">5.2.7 </span>The <code><a href="#windowproxy">WindowProxy</a></code> object</h4>
Received on Friday, 17 June 2011 09:54:01 UTC