[html5] r7920 - [giow] (3) window.status compat Fixing https://www.w3.org/Bugs/Public/show_bug.c [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 6 13:03:33 PDT 2013


Author: ianh
Date: 2013-06-06 13:03:31 -0700 (Thu, 06 Jun 2013)
New Revision: 7920

Modified:
   complete.html
   index
   source
Log:
[giow] (3) window.status compat
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21823
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-06-06 20:01:19 UTC (rev 7919)
+++ complete.html	2013-06-06 20:03:31 UTC (rev 7920)
@@ -65425,8 +65425,9 @@
 -->
 
   <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>
 

Modified: index
===================================================================
--- index	2013-06-06 20:01:19 UTC (rev 7919)
+++ index	2013-06-06 20:03:31 UTC (rev 7920)
@@ -65425,8 +65425,9 @@
 -->
 
   <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>
 

Modified: source
===================================================================
--- source	2013-06-06 20:01:19 UTC (rev 7919)
+++ source	2013-06-06 20:03:31 UTC (rev 7920)
@@ -72972,8 +72972,9 @@
   <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>
 




More information about the Commit-Watchers mailing list