Skip to content

Commit

Permalink
[e] (0) Changed the more-or-less meaningless 'examined' to 'collected'.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8014

git-svn-id: http://svn.whatwg.org/webapps@4303 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 23, 2009
1 parent 8cab543 commit 46476a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -3093,7 +3093,7 @@ <h5 id=ratios><span class=secno>2.4.4.4 </span>Ratios</h5>
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>

Expand All @@ -3110,7 +3110,7 @@ <h5 id=ratios><span class=secno>2.4.4.4 </span>Ratios</h5>
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
Expand All @@ -3121,7 +3121,7 @@ <h5 id=ratios><span class=secno>2.4.4.4 </span>Ratios</h5>
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>

Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -2903,7 +2903,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>

Expand All @@ -2920,7 +2920,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand All @@ -2931,7 +2931,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -2073,7 +2073,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>

Expand All @@ -2092,7 +2092,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand All @@ -2103,7 +2103,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>

Expand Down

0 comments on commit 46476a0

Please sign in to comment.