- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 10 Jan 2011 23:17:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv8160 Modified Files: Overview.html Log Message: Actually make the 'list of the descendant browsing contexts' contain anything. Oops. (whatwg r5759) Index: Overview.html =================================================================== 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 Monday, 10 January 2011 23:17:09 UTC