Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Doesn't make much sense to window.close() an iframe...
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8622 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 8, 2014
1 parent 90f4d9c commit 49408f8
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 @@ -66173,9 +66173,9 @@ <h4 id=apis-for-creating-and-navigating-browsing-contexts-by-name><span class=se
<a href=#incumbent-settings-object>incumbent settings object</a> is <a href=#allowed-to-navigate>allowed to navigate</a> the <a href=#browsing-context>browsing
context</a> <var title="">A</var>.</li>

</ul><p>A <a href=#browsing-context>browsing context</a> is <dfn id=script-closable>script-closable</dfn> if it is an <a href=#auxiliary-browsing-context>auxiliary
</ul><!--CLEANUP--><p>A <a href=#browsing-context>browsing context</a> is <dfn id=script-closable>script-closable</dfn> if it is an <a href=#auxiliary-browsing-context>auxiliary
browsing context</a> that was created by a script (as opposed to by an action of the user), or
if it is a <a href=#browsing-context>browsing context</a> whose <a href=#session-history>session history</a> contains only one
if it is a <a href=#top-level-browsing-context>top-level browsing context</a> whose <a href=#session-history>session history</a> contains only one
<code><a href=#document>Document</a></code>.</p>

<p>The <dfn id=dom-window-closed title=dom-window-closed><code>closed</code></dfn> attribute on <code><a href=#window>Window</a></code>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -66173,9 +66173,9 @@ END:VCARD</pre>
<a href=#incumbent-settings-object>incumbent settings object</a> is <a href=#allowed-to-navigate>allowed to navigate</a> the <a href=#browsing-context>browsing
context</a> <var title="">A</var>.</li>

</ul><p>A <a href=#browsing-context>browsing context</a> is <dfn id=script-closable>script-closable</dfn> if it is an <a href=#auxiliary-browsing-context>auxiliary
</ul><!--CLEANUP--><p>A <a href=#browsing-context>browsing context</a> is <dfn id=script-closable>script-closable</dfn> if it is an <a href=#auxiliary-browsing-context>auxiliary
browsing context</a> that was created by a script (as opposed to by an action of the user), or
if it is a <a href=#browsing-context>browsing context</a> whose <a href=#session-history>session history</a> contains only one
if it is a <a href=#top-level-browsing-context>top-level browsing context</a> whose <a href=#session-history>session history</a> contains only one
<code><a href=#document>Document</a></code>.</p>

<p>The <dfn id=dom-window-closed title=dom-window-closed><code>closed</code></dfn> attribute on <code><a href=#window>Window</a></code>
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -72581,9 +72581,10 @@ END:VCARD</pre>

</ul>

<!--CLEANUP-->
<p>A <span>browsing context</span> is <dfn>script-closable</dfn> if it is an <span>auxiliary
browsing context</span> that was created by a script (as opposed to by an action of the user), or
if it is a <span>browsing context</span> whose <span>session history</span> contains only one
if it is a <span>top-level browsing context</span> whose <span>session history</span> contains only one
<code>Document</code>.</p>

<p>The <dfn data-x="dom-window-closed"><code>closed</code></dfn> attribute on <code>Window</code>
Expand Down

0 comments on commit 49408f8

Please sign in to comment.