[html5] r5759 - [giow] (0) Actually make the 'list of the descendant browsing contexts' contain [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jan 10 15:17:00 PST 2011


Author: ianh
Date: 2011-01-10 15:16:58 -0800 (Mon, 10 Jan 2011)
New Revision: 5759

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Actually make the 'list of the descendant browsing contexts' contain anything. Oops.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11442

Modified: complete.html
===================================================================
--- complete.html	2011-01-10 22:58:32 UTC (rev 5758)
+++ complete.html	2011-01-10 23:16:58 UTC (rev 5759)
@@ -57647,15 +57647,23 @@
 
   <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>
 
   </ol><p>A <code><a href=#document>Document</a></code> is said to be <dfn id=fully-active>fully active</dfn>

Modified: index
===================================================================
--- index	2011-01-10 22:58:32 UTC (rev 5758)
+++ index	2011-01-10 23:16:58 UTC (rev 5759)
@@ -57629,15 +57629,23 @@
 
   <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>
 
   </ol><p>A <code><a href=#document>Document</a></code> is said to be <dfn id=fully-active>fully active</dfn>

Modified: source
===================================================================
--- source	2011-01-10 22:58:32 UTC (rev 5758)
+++ source	2011-01-10 23:16:58 UTC (rev 5759)
@@ -65508,17 +65508,30 @@
 
    <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>
 
   </ol>




More information about the Commit-Watchers mailing list