- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Jan 2010 06:44:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv23707 Modified Files: Overview.html Log Message: no need to mention sort order here, it's sorted later. (whatwg r4474) Index: Overview.html =================================================================== 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:44:33 UTC