[html5] r6200 - [giow] (2) Specify legacy window.status (which does nothing and always returns t [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 8 23:13:16 PDT 2011
Author: ianh
Date: 2011-06-08 23:13:15 -0700 (Wed, 08 Jun 2011)
New Revision: 6200
Modified:
complete.html
index
source
Log:
[giow] (2) Specify legacy window.status (which does nothing and always returns the empty string, for historical reasons)
Modified: complete.html
===================================================================
--- complete.html 2011-06-09 00:43:58 UTC (rev 6199)
+++ complete.html 2011-06-09 06:13:15 UTC (rev 6200)
@@ -61132,6 +61132,7 @@
[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>;<!--
[Replaceable] readonly attribute <span>BarProp</span> <span title="dom-window-directories">directories</span>; // legacy (Gecko-only) -->
+ 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>();
@@ -61827,6 +61828,10 @@
<code>BarProp</code> object</span>.</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>
Modified: index
===================================================================
--- index 2011-06-09 00:43:58 UTC (rev 6199)
+++ index 2011-06-09 06:13:15 UTC (rev 6200)
@@ -61119,6 +61119,7 @@
[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>;<!--
[Replaceable] readonly attribute <span>BarProp</span> <span title="dom-window-directories">directories</span>; // legacy (Gecko-only) -->
+ 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>();
@@ -61814,6 +61815,10 @@
<code>BarProp</code> object</span>.</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>
Modified: source
===================================================================
--- source 2011-06-09 00:43:58 UTC (rev 6199)
+++ source 2011-06-09 06:13:15 UTC (rev 6200)
@@ -69663,6 +69663,7 @@
[Replaceable] readonly attribute <span>BarProp</span> <span title="dom-window-statusbar">statusbar</span>;
[Replaceable] readonly attribute <span>BarProp</span> <span title="dom-window-toolbar">toolbar</span>;<!--
[Replaceable] readonly attribute <span>BarProp</span> <span title="dom-window-directories">directories</span>; // legacy (Gecko-only) -->
+ attribute DOMString <span title="dom-window-status">status</span>;
void <span title="dom-window-close">close</span>();
void <span title="dom-window-stop">stop</span>();
void <span title="dom-window-focus">focus</span>();
@@ -70443,6 +70444,13 @@
<code>BarProp</code> object</span>.</p>
-->
+ <hr>
+
+ <p>For historical reasons, the <dfn
+ title="dom-window-status"><code>status</code></dfn> attribute on the
+ <code>Window</code> object must return an empty string on getting,
+ and do nothing on setting.</p>
+
</div>
More information about the Commit-Watchers
mailing list