Skip to content

Commit

Permalink
[giow] (0) Actually make the 'list of the descendant browsing context…
Browse files Browse the repository at this point in the history
…s' contain anything. Oops.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11442

git-svn-id: http://svn.whatwg.org/webapps@5759 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 10, 2011
1 parent 5ba6e67 commit 5827ee4
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 26 deletions.
24 changes: 16 additions & 8 deletions complete.html
Expand Up @@ -57647,14 +57647,22 @@ <h4 id=nested-browsing-contexts><span class=secno>6.1.1 </span>Nested browsing c

<ol><li><p>Let <var title="">list</var> be an empty list.</li>

<li><p>For each <a href=#child-browsing-context>child browsing context</a> of <var title="">d</var> that is <a href=#browsing-context-nested-through title="browsing context nested
through">nested through</a> an element that is <a href=#in-a-document title="in a
document">in the <code>Document</code></a> <var title="">d</var>, in the <a href=#tree-order>tree order</a> of the elements
nesting those <a href=#browsing-context title="browsing context">browsing
contexts</a>, append to the list <var title="">list</var> the
<a href=#list-of-the-descendant-browsing-contexts>list of the descendant browsing contexts</a> of the
<a href=#active-document>active document</a> of that <a href=#child-browsing-context>child browsing
context</a>.</li>
<li>

<p>For each <a href=#child-browsing-context>child browsing context</a> of <var title="">d</var> that is <a href=#browsing-context-nested-through title="browsing context nested
through">nested through</a> an element that is <a href=#in-a-document title="in
a document">in the <code>Document</code></a> <var title="">d</var>, in the <a href=#tree-order>tree order</a> of the elements
nesting those <a href=#browsing-context title="browsing context">browsing
contexts</a>, run these substeps:</p>

<ol><li><p>Append that <a href=#child-browsing-context>child browsing context</a> to the
list <var title="">list</var>.</p>

<li><p>Append the <a href=#list-of-the-descendant-browsing-contexts>list of the descendant browsing
contexts</a> of the <a href=#active-document>active document</a> of that
<a href=#child-browsing-context>child browsing context</a> to the list <var title="">list</var>.</li>

</ol></li>

<li><p>Return the constructed <var title="">list</var>.</li>

Expand Down
24 changes: 16 additions & 8 deletions index
Expand Up @@ -57629,14 +57629,22 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;

<ol><li><p>Let <var title="">list</var> be an empty list.</li>

<li><p>For each <a href=#child-browsing-context>child browsing context</a> of <var title="">d</var> that is <a href=#browsing-context-nested-through title="browsing context nested
through">nested through</a> an element that is <a href=#in-a-document title="in a
document">in the <code>Document</code></a> <var title="">d</var>, in the <a href=#tree-order>tree order</a> of the elements
nesting those <a href=#browsing-context title="browsing context">browsing
contexts</a>, append to the list <var title="">list</var> the
<a href=#list-of-the-descendant-browsing-contexts>list of the descendant browsing contexts</a> of the
<a href=#active-document>active document</a> of that <a href=#child-browsing-context>child browsing
context</a>.</li>
<li>

<p>For each <a href=#child-browsing-context>child browsing context</a> of <var title="">d</var> that is <a href=#browsing-context-nested-through title="browsing context nested
through">nested through</a> an element that is <a href=#in-a-document title="in
a document">in the <code>Document</code></a> <var title="">d</var>, in the <a href=#tree-order>tree order</a> of the elements
nesting those <a href=#browsing-context title="browsing context">browsing
contexts</a>, run these substeps:</p>

<ol><li><p>Append that <a href=#child-browsing-context>child browsing context</a> to the
list <var title="">list</var>.</p>

<li><p>Append the <a href=#list-of-the-descendant-browsing-contexts>list of the descendant browsing
contexts</a> of the <a href=#active-document>active document</a> of that
<a href=#child-browsing-context>child browsing context</a> to the list <var title="">list</var>.</li>

</ol></li>

<li><p>Return the constructed <var title="">list</var>.</li>

Expand Down
33 changes: 23 additions & 10 deletions source
Expand Up @@ -65508,16 +65508,29 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;

<li><p>Let <var title="">list</var> be an empty list.</p></li>

<li><p>For each <span>child browsing context</span> of <var
title="">d</var> that is <span title="browsing context nested
through">nested through</span> an element that is <span title="in a
document">in the <code>Document</code></span> <var
title="">d</var>, in the <span>tree order</span> of the elements
nesting those <span title="browsing context">browsing
contexts</span>, append to the list <var title="">list</var> the
<span>list of the descendant browsing contexts</span> of the
<span>active document</span> of that <span>child browsing
context</span>.</p></li>
<li>

<p>For each <span>child browsing context</span> of <var
title="">d</var> that is <span title="browsing context nested
through">nested through</span> an element that is <span title="in
a document">in the <code>Document</code></span> <var
title="">d</var>, in the <span>tree order</span> of the elements
nesting those <span title="browsing context">browsing
contexts</span>, run these substeps:</p>

<ol>

<li><p>Append that <span>child browsing context</span> to the
list <var title="">list</var>.</p>

<li><p>Append the <span>list of the descendant browsing
contexts</span> of the <span>active document</span> of that
<span>child browsing context</span> to the list <var
title="">list</var>.</p></li>

</ol>

</li>

<li><p>Return the constructed <var title="">list</var>.</p></li>

Expand Down

0 comments on commit 5827ee4

Please sign in to comment.