[html5] r4303 - [e] (0) Changed the more-or-less meaningless 'examined' to 'collected'. Fixing h [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 23 00:51:25 PDT 2009


Author: ianh
Date: 2009-10-23 00:51:21 -0700 (Fri, 23 Oct 2009)
New Revision: 4303

Modified:
   complete.html
   index
   source
Log:
[e] (0) Changed the more-or-less meaningless 'examined' to 'collected'.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8014

Modified: complete.html
===================================================================
--- complete.html	2009-10-23 07:27:37 UTC (rev 4302)
+++ complete.html	2009-10-23 07:51:21 UTC (rev 4303)
@@ -3093,7 +3093,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>
 
@@ -3110,7 +3110,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
@@ -3121,7 +3121,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>
 

Modified: index
===================================================================
--- index	2009-10-23 07:27:37 UTC (rev 4302)
+++ index	2009-10-23 07:51:21 UTC (rev 4303)
@@ -2903,7 +2903,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>
 
@@ -2920,7 +2920,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
@@ -2931,7 +2931,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>
 

Modified: source
===================================================================
--- source	2009-10-23 07:27:37 UTC (rev 4302)
+++ source	2009-10-23 07:51:21 UTC (rev 4303)
@@ -2073,7 +2073,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
    <span>White_Space</span> characters in the string (this might match
    zero characters).</li>
 
@@ -2092,7 +2092,7 @@
    title="">denominator</var> and abort these steps.</li>
 
    <li><span>Find a number</span> 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
@@ -2103,7 +2103,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
    <span>White_Space</span> characters in the string (this might match
    zero characters).</li>
 




More information about the Commit-Watchers mailing list