Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) Specify legacy window.status (which does nothing and alway…
…s returns the empty string, for historical reasons)

git-svn-id: http://svn.whatwg.org/webapps@6200 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 9, 2011
1 parent 5be4801 commit 0daaf03
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions complete.html
Expand Up @@ -61132,6 +61132,7 @@ <h3 id=the-window-object><span class=secno>6.2 </span>The <code><a href=#window>
[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>();
Expand Down Expand Up @@ -61827,6 +61828,10 @@ <h4 id=browser-interface-elements><span class=secno>6.2.6 </span>Browser interfa
<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>


Expand Down
5 changes: 5 additions & 0 deletions index
Expand Up @@ -61119,6 +61119,7 @@ interface <dfn id=window>Window</dfn> {
[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>();
Expand Down Expand Up @@ -61814,6 +61815,10 @@ interface <dfn id=window>Window</dfn> {
<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>


Expand Down
8 changes: 8 additions & 0 deletions source
Expand Up @@ -69663,6 +69663,7 @@ interface <dfn>Window</dfn> {
[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>();
Expand Down Expand Up @@ -70443,6 +70444,13 @@ interface <dfn>Window</dfn> {
<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>


Expand Down

0 comments on commit 0daaf03

Please sign in to comment.