Skip to content

Commit

Permalink
[e] (0) Make sure single top-level BCs still get an event loop.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10092

git-svn-id: http://svn.whatwg.org/webapps@5394 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 30, 2010
1 parent b94acde commit c53640a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 4 additions & 2 deletions complete.html
Expand Up @@ -58165,10 +58165,12 @@ <h4 id=security-nav><span class=secno>6.1.4 </span>Security</h4>
<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
Expand Down
6 changes: 4 additions & 2 deletions index
Expand Up @@ -58090,10 +58090,12 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;
<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
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -65659,11 +65659,13 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;
<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>

Expand Down

0 comments on commit c53640a

Please sign in to comment.