- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Jan 2010 15:44:38 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: no need to mention sort order here, it's sorted later. (whatwg r4474) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3573&r2=1.3574&f=h http://html5.org/tools/web-apps-tracker?from=4473&to=4474 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3573 retrieving revision 1.3574 diff -u -d -r1.3573 -r1.3574 --- Overview.html 5 Jan 2010 06:42:03 -0000 1.3573 +++ Overview.html 5 Jan 2010 06:44:28 -0000 1.3574 @@ -40032,10 +40032,8 @@ run the following steps:<ol><li><p>Let <var title="">root</var> be the element with the <code title="attr-itemscope"><a href="#attr-itemscope">itemscope</a></code> attribute.</li> <li><p>Let <var title="">pending</var> be a stack of elements - initially containing the child elements of <var title="">root</var>, if any, in <a href="#tree-order">tree order</a> (so that - the first child element of <var title="">root</var> will be the - first one to be popped from the stack). This list will be the one - that holds the elements that still need to be crawled.</li> + initially containing the child elements of <var title="">root</var>, if any. This list will be the one that holds + the elements that still need to be crawled.</li> <li><p>Let <var title="">properties</var> be an empty list of elements. This list will be the result of the algorithm: a list of
Received on Tuesday, 5 January 2010 06:45:06 UTC