- From: poot <cvsmail@w3.org>
- Date: Fri, 23 Oct 2009 16:38:34 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Changed the more-or-less meaningless 'examined' to 'collected'.
(whatwg r4303)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3438&r2=1.3439&f=h
http://html5.org/tools/web-apps-tracker?from=4302&to=4303
===================================================================
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:39:02 UTC