- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Oct 2009 07:38:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv14623 Modified Files: Overview.html Log Message: Changed the more-or-less meaningless 'examined' to 'collected'. (whatwg r4303) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3438 retrieving revision 1.3439 diff -u -d -r1.3438 -r1.3439 --- Overview.html 23 Oct 2009 07:14:29 -0000 1.3438 +++ Overview.html 23 Oct 2009 07:38:14 -0000 1.3439 @@ -2612,7 +2612,7 @@ sub-algorithm in step 2.</li> <li>Starting with the character immediately after the last one - examined by the sub-algorithm in step 2, skip all + collected by the sub-algorithm in step 2, skip all <a href="#white_space">White_Space</a> characters in the string (this might match zero characters).</li> @@ -2629,7 +2629,7 @@ in step 6, return <var title="">number1</var> and <var title="">denominator</var> and abort these steps.</li> <li><a href="#find-a-number">Find a number</a> in the string again, starting - immediately after the last character that was examined by the + immediately after the last character that was collected by the sub-algorithm in step 2.</li> <li>If the sub-algorithm in step 9 returned nothing or an error @@ -2640,7 +2640,7 @@ sub-algorithm in step 9.</li> <li>Starting with the character immediately after the last one - examined by the sub-algorithm in step 9, skip all + collected by the sub-algorithm in step 9, skip all <a href="#white_space">White_Space</a> characters in the string (this might match zero characters).</li>
Received on Friday, 23 October 2009 07:38:19 UTC