[html5] r8622 - [] (0) Doesn't make much sense to window.close() an iframe... Affected topics: D [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu May 8 13:44:12 PDT 2014


Author: ianh
Date: 2014-05-08 13:44:08 -0700 (Thu, 08 May 2014)
New Revision: 8622

Modified:
   complete.html
   index
   source
Log:
[] (0) Doesn't make much sense to window.close() an iframe...
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-05-08 20:13:59 UTC (rev 8621)
+++ complete.html	2014-05-08 20:44:08 UTC (rev 8622)
@@ -66173,9 +66173,9 @@
    <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>

Modified: index
===================================================================
--- index	2014-05-08 20:13:59 UTC (rev 8621)
+++ index	2014-05-08 20:44:08 UTC (rev 8622)
@@ -66173,9 +66173,9 @@
    <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>

Modified: source
===================================================================
--- source	2014-05-08 20:13:59 UTC (rev 8621)
+++ source	2014-05-08 20:44:08 UTC (rev 8622)
@@ -72581,9 +72581,10 @@
 
   </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>



More information about the Commit-Watchers mailing list