- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Aug 2010 17:50:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23657
Modified Files:
Overview.html
Log Message:
Make sure single top-level BCs still get an event loop. (whatwg r5394)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4305
retrieving revision 1.4306
diff -u -d -r1.4305 -r1.4306
--- Overview.html 30 Aug 2010 17:41:03 -0000 1.4305
+++ Overview.html 30 Aug 2010 17:50:44 -0000 1.4306
@@ -41304,10 +41304,12 @@
<h4 id="groupings-of-browsing-contexts"><span class="secno">5.1.5 </span>Groupings of browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
<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
Received on Monday, 30 August 2010 17:50:50 UTC