[html5] r5704 - [] (0) Fix a few more details around orphaned nested browsing contexts.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 6 16:24:08 PST 2010
Author: ianh
Date: 2010-12-06 16:24:06 -0800 (Mon, 06 Dec 2010)
New Revision: 5704
Modified:
complete.html
index
source
Log:
[] (0) Fix a few more details around orphaned nested browsing contexts.
Modified: complete.html
===================================================================
--- complete.html 2010-12-07 00:21:51 UTC (rev 5703)
+++ complete.html 2010-12-07 00:24:06 UTC (rev 5704)
@@ -57057,8 +57057,9 @@
document</a> of <var title="">B</var>, or</li>
<li>The browsing context <var title="">A</var> is a <a href=#nested-browsing-context>nested
- browsing context</a> and its <a href=#top-level-browsing-context>top-level browsing
- context</a> is <var title="">B</var>, or</li>
+ browsing context</a> with a <a href=#top-level-browsing-context>top-level browsing
+ context</a>, and its <a href=#top-level-browsing-context>top-level browsing context</a> is
+ <var title="">B</var>, or</li>
<li>The browsing context <var title="">B</var> is an
<a href=#auxiliary-browsing-context>auxiliary browsing context</a> and <var title="">A</var>
@@ -57170,8 +57171,8 @@
context must be the current browsing context.</li>
<li><p>If the given browsing context name is <code title="">_top</code>, then the chosen browsing context must be the
- most <a href=#top-level-browsing-context>top-level browsing context</a> of the current
- one.</li>
+ <a href=#top-level-browsing-context>top-level browsing context</a> of the current one, if
+ there is one, or else the current browsing context.</li>
<li>
Modified: index
===================================================================
--- index 2010-12-07 00:21:51 UTC (rev 5703)
+++ index 2010-12-07 00:24:06 UTC (rev 5704)
@@ -57038,8 +57038,9 @@
document</a> of <var title="">B</var>, or</li>
<li>The browsing context <var title="">A</var> is a <a href=#nested-browsing-context>nested
- browsing context</a> and its <a href=#top-level-browsing-context>top-level browsing
- context</a> is <var title="">B</var>, or</li>
+ browsing context</a> with a <a href=#top-level-browsing-context>top-level browsing
+ context</a>, and its <a href=#top-level-browsing-context>top-level browsing context</a> is
+ <var title="">B</var>, or</li>
<li>The browsing context <var title="">B</var> is an
<a href=#auxiliary-browsing-context>auxiliary browsing context</a> and <var title="">A</var>
@@ -57151,8 +57152,8 @@
context must be the current browsing context.</li>
<li><p>If the given browsing context name is <code title="">_top</code>, then the chosen browsing context must be the
- most <a href=#top-level-browsing-context>top-level browsing context</a> of the current
- one.</li>
+ <a href=#top-level-browsing-context>top-level browsing context</a> of the current one, if
+ there is one, or else the current browsing context.</li>
<li>
Modified: source
===================================================================
--- source 2010-12-07 00:21:51 UTC (rev 5703)
+++ source 2010-12-07 00:24:06 UTC (rev 5704)
@@ -64827,8 +64827,9 @@
document</span> of <var title="">B</var>, or</li>
<li>The browsing context <var title="">A</var> is a <span>nested
- browsing context</span> and its <span>top-level browsing
- context</span> is <var title="">B</var>, or</li>
+ browsing context</span> with a <span>top-level browsing
+ context</span>, and its <span>top-level browsing context</span> is
+ <var title="">B</var>, or</li>
<li>The browsing context <var title="">B</var> is an
<span>auxiliary browsing context</span> and <var title="">A</var>
@@ -64958,8 +64959,8 @@
<li><p>If the given browsing context name is <code
title="">_top</code>, then the chosen browsing context must be the
- most <span>top-level browsing context</span> of the current
- one.</p></li>
+ <span>top-level browsing context</span> of the current one, if
+ there is one, or else the current browsing context.</p></li>
<li>
More information about the Commit-Watchers
mailing list