- From: poot <cvsmail@w3.org>
- Date: Tue, 31 Aug 2010 02:57:09 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make sure single top-level BCs still get an event loop. (whatwg r5394) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4305&r2=1.4306&f=h http://html5.org/tools/web-apps-tracker?from=5393&to=5394 =================================================================== 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:51:27 UTC