[html5] r8483 - [giow] (3) window.name should be the empty string when the name isn't set. Fixin [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 20 14:18:46 PST 2014


Author: ianh
Date: 2014-02-20 14:18:45 -0800 (Thu, 20 Feb 2014)
New Revision: 8483

Modified:
   complete.html
   index
   source
Log:
[giow] (3) window.name should be the empty string when the name isn't set.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24728
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-02-20 22:16:11 UTC (rev 8482)
+++ complete.html	2014-02-20 22:18:45 UTC (rev 8483)
@@ -65607,9 +65607,9 @@
   <p>The method must return the <code><a href=#windowproxy>WindowProxy</a></code> object of the <a href=#browsing-context>browsing context</a>
   that was navigated, or null if no browsing context was navigated.</p>
 
-  <hr><p>The <dfn id=dom-name title=dom-name><code>name</code></dfn> attribute of the <code><a href=#window>Window</a></code> object
+  <hr><!--CLEANUP--><p>The <dfn id=dom-name title=dom-name><code>name</code></dfn> attribute of the <code><a href=#window>Window</a></code> object
   must, on getting, return the current <a href=#browsing-context-name title="browsing context name">name</a> of the
-  <a href=#browsing-context>browsing context</a>, and, on setting, set the <a href=#browsing-context-name title="browsing context
+  <a href=#browsing-context>browsing context</a>, if one is set, or the empty string otherwise; and, on setting, set the <a href=#browsing-context-name title="browsing context
   name">name</a> of the <a href=#browsing-context>browsing context</a> to the new value.</p>
 
   <p class=note>The name <a href=#resetBCName>gets reset</a> when the browsing context is

Modified: index
===================================================================
--- index	2014-02-20 22:16:11 UTC (rev 8482)
+++ index	2014-02-20 22:18:45 UTC (rev 8483)
@@ -65607,9 +65607,9 @@
   <p>The method must return the <code><a href=#windowproxy>WindowProxy</a></code> object of the <a href=#browsing-context>browsing context</a>
   that was navigated, or null if no browsing context was navigated.</p>
 
-  <hr><p>The <dfn id=dom-name title=dom-name><code>name</code></dfn> attribute of the <code><a href=#window>Window</a></code> object
+  <hr><!--CLEANUP--><p>The <dfn id=dom-name title=dom-name><code>name</code></dfn> attribute of the <code><a href=#window>Window</a></code> object
   must, on getting, return the current <a href=#browsing-context-name title="browsing context name">name</a> of the
-  <a href=#browsing-context>browsing context</a>, and, on setting, set the <a href=#browsing-context-name title="browsing context
+  <a href=#browsing-context>browsing context</a>, if one is set, or the empty string otherwise; and, on setting, set the <a href=#browsing-context-name title="browsing context
   name">name</a> of the <a href=#browsing-context>browsing context</a> to the new value.</p>
 
   <p class=note>The name <a href=#resetBCName>gets reset</a> when the browsing context is

Modified: source
===================================================================
--- source	2014-02-20 22:16:11 UTC (rev 8482)
+++ source	2014-02-20 22:18:45 UTC (rev 8483)
@@ -73041,9 +73041,10 @@
 
   <hr>
 
+<!--CLEANUP-->
   <p>The <dfn data-x="dom-name"><code>name</code></dfn> attribute of the <code>Window</code> object
   must, on getting, return the current <span data-x="browsing context name">name</span> of the
-  <span>browsing context</span>, and, on setting, set the <span data-x="browsing context
+  <span>browsing context</span>, if one is set, or the empty string otherwise; and, on setting, set the <span data-x="browsing context
   name">name</span> of the <span>browsing context</span> to the new value.</p>
 
   <p class="note">The name <a href="#resetBCName">gets reset</a> when the browsing context is




More information about the Commit-Watchers mailing list