- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Dec 2010 00:24:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv23259 Modified Files: Overview.html Log Message: Fix a few more details around orphaned nested browsing contexts. (whatwg r5704) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4569 retrieving revision 1.4570 diff -u -d -r1.4569 -r1.4570 --- Overview.html 7 Dec 2010 00:21:57 -0000 1.4569 +++ Overview.html 7 Dec 2010 00:24:11 -0000 1.4570 @@ -41484,8 +41484,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> @@ -41582,8 +41583,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>
Received on Tuesday, 7 December 2010 00:24:17 UTC