Skip to content

Commit

Permalink
[giow] (3) window.name should be the empty string when the name isn't…
Browse files Browse the repository at this point in the history
… set.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24728
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8483 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 20, 2014
1 parent b045741 commit 066b498
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -65607,9 +65607,9 @@ <h4 id=apis-for-creating-and-navigating-browsing-contexts-by-name><span class=se
<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
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -65607,9 +65607,9 @@ END:VCARD</pre>
<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
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -73041,9 +73041,10 @@ END:VCARD</pre>

<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
Expand Down

0 comments on commit 066b498

Please sign in to comment.