Skip to content

Commit

Permalink
[giow] (3) window.status compat
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21823
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7920 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 6, 2013
1 parent b2fd91b commit bf75050
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -65425,8 +65425,9 @@ <h4 id=browser-interface-elements><span class=secno>6.2.7 </span>Browser interfa
-->

<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>
on the <code><a href=#window>Window</a></code> object must, on getting, return the last string it was set to, and on
setting, must set itself to the new value. When the <code><a href=#window>Window</a></code> object is created, the
attribute must be set to the empty string. It does not do anything else.</p>

</div>

Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -65425,8 +65425,9 @@ END:VCARD</pre>
-->

<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>
on the <code><a href=#window>Window</a></code> object must, on getting, return the last string it was set to, and on
setting, must set itself to the new value. When the <code><a href=#window>Window</a></code> object is created, the
attribute must be set to the empty string. It does not do anything else.</p>

</div>

Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -72972,8 +72972,9 @@ END:VCARD</pre>
<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>
on the <code>Window</code> object must, on getting, return the last string it was set to, and on
setting, must set itself to the new value. When the <code>Window</code> object is created, the
attribute must be set to the empty string. It does not do anything else.</p>

</div>

Expand Down

0 comments on commit bf75050

Please sign in to comment.