- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:44:03 -0500
- To: public-html-diffs@w3.org
hixie: Actually make the 'list of the descendant browsing contexts' contain anything. Oops. (whatwg r5759) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4619&r2=1.4620&f=h http://html5.org/tools/web-apps-tracker?from=5758&to=5759 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4619 retrieving revision 1.4620 diff -u -d -r1.4619 -r1.4620 --- Overview.html 10 Jan 2011 22:58:37 -0000 1.4619 +++ Overview.html 10 Jan 2011 23:17:04 -0000 1.4620 @@ -41815,14 +41815,22 @@ <code><a href="#document">Document</a></code> <var title="">d</var> is the (ordered) list returned by the following algorithm:<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>
Received on Wednesday, 12 January 2011 02:44:06 UTC