[html5] r5394 - [e] (0) Make sure single top-level BCs still get an event loop. Fixing http://ww [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 30 10:50:40 PDT 2010
Author: ianh
Date: 2010-08-30 10:50:39 -0700 (Mon, 30 Aug 2010)
New Revision: 5394
Modified:
complete.html
index
source
Log:
[e] (0) Make sure single top-level BCs still get an event loop.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10092
Modified: complete.html
===================================================================
--- complete.html 2010-08-30 17:40:58 UTC (rev 5393)
+++ complete.html 2010-08-30 17:50:39 UTC (rev 5394)
@@ -58165,10 +58165,12 @@
<h4 id=groupings-of-browsing-contexts><span class=secno>6.1.5 </span>Groupings of browsing contexts</h4>
<p>Each <a href=#browsing-context>browsing context</a> is defined as having a list of
- zero or more <dfn id=directly-reachable-browsing-contexts>directly reachable browsing contexts</dfn>. These
+ one or more <dfn id=directly-reachable-browsing-contexts>directly reachable browsing contexts</dfn>. These
are:</p>
- <ul><li>All the <a href=#browsing-context>browsing context</a>'s <a href=#child-browsing-context title="child
+ <ul><li>The <a href=#browsing-context>browsing context</a> itself.</li>
+
+ <li>All the <a href=#browsing-context>browsing context</a>'s <a href=#child-browsing-context title="child
browsing context">child browsing contexts</a>.</li>
<li>The <a href=#browsing-context>browsing context</a>'s <a href=#parent-browsing-context>parent browsing
Modified: index
===================================================================
--- index 2010-08-30 17:40:58 UTC (rev 5393)
+++ index 2010-08-30 17:50:39 UTC (rev 5394)
@@ -58090,10 +58090,12 @@
<h4 id=groupings-of-browsing-contexts><span class=secno>6.1.5 </span>Groupings of browsing contexts</h4>
<p>Each <a href=#browsing-context>browsing context</a> is defined as having a list of
- zero or more <dfn id=directly-reachable-browsing-contexts>directly reachable browsing contexts</dfn>. These
+ one or more <dfn id=directly-reachable-browsing-contexts>directly reachable browsing contexts</dfn>. These
are:</p>
- <ul><li>All the <a href=#browsing-context>browsing context</a>'s <a href=#child-browsing-context title="child
+ <ul><li>The <a href=#browsing-context>browsing context</a> itself.</li>
+
+ <li>All the <a href=#browsing-context>browsing context</a>'s <a href=#child-browsing-context title="child
browsing context">child browsing contexts</a>.</li>
<li>The <a href=#browsing-context>browsing context</a>'s <a href=#parent-browsing-context>parent browsing
Modified: source
===================================================================
--- source 2010-08-30 17:40:58 UTC (rev 5393)
+++ source 2010-08-30 17:50:39 UTC (rev 5394)
@@ -65659,11 +65659,13 @@
<h4>Groupings of browsing contexts</h4>
<p>Each <span>browsing context</span> is defined as having a list of
- zero or more <dfn>directly reachable browsing contexts</dfn>. These
+ one or more <dfn>directly reachable browsing contexts</dfn>. These
are:</p>
<ul>
+ <li>The <span>browsing context</span> itself.</li>
+
<li>All the <span>browsing context</span>'s <span title="child
browsing context">child browsing contexts</span>.</li>
More information about the Commit-Watchers
mailing list