[html5] r3153 - [e] (0) minor wording tweaks

whatwg at whatwg.org whatwg at whatwg.org
Sat May 30 12:57:44 PDT 2009


Author: ianh
Date: 2009-05-30 12:57:42 -0700 (Sat, 30 May 2009)
New Revision: 3153

Modified:
   index
   source
Log:
[e] (0) minor wording tweaks

Modified: index
===================================================================
--- index	2009-05-30 19:39:48 UTC (rev 3152)
+++ index	2009-05-30 19:57:42 UTC (rev 3153)
@@ -2388,7 +2388,7 @@
      <li>Advance <var title="">position</var> to the next
      character.</li>
 
-     <li>If <var title="">position</var> is not past the end of <var title="">input</var>, return to the top of step labeled
+     <li>If <var title="">position</var> is not past the end of <var title="">input</var>, return to the top of the step labeled
      <i>loop</i> in the overall algorithm (that's the step within
      which these substeps find themselves).</li>
 
@@ -11908,7 +11908,7 @@
 
       <p>If there are any more entries in the list, and if the script
       associated with the element that is now the first in the list is
-      already loaded, then jump back to step two to execute it.</p>
+      already loaded, then jump back to step 2 to execute it.</p>
 
      </li>
 
@@ -11945,7 +11945,7 @@
       <p>If there are any more scripts in the list, and the element
       now at the head of the list had no <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute when it was added
       to the list, or had one, but its associated script has finished
-      loading, then jump back to step two to execute the script
+      loading, then jump back to step 2 to execute the script
       associated with this element.</p>
 
      </li>

Modified: source
===================================================================
--- source	2009-05-30 19:39:48 UTC (rev 3152)
+++ source	2009-05-30 19:57:42 UTC (rev 3153)
@@ -1411,7 +1411,7 @@
      character.</li>
 
      <li>If <var title="">position</var> is not past the end of <var
-     title="">input</var>, return to the top of step labeled
+     title="">input</var>, return to the top of the step labeled
      <i>loop</i> in the overall algorithm (that's the step within
      which these substeps find themselves).</li>
 
@@ -12639,7 +12639,7 @@
 
       <p>If there are any more entries in the list, and if the script
       associated with the element that is now the first in the list is
-      already loaded, then jump back to step two to execute it.</p>
+      already loaded, then jump back to step 2 to execute it.</p>
 
      </li>
 
@@ -12681,7 +12681,7 @@
       now at the head of the list had no <code
       title="attr-script-src">src</code> attribute when it was added
       to the list, or had one, but its associated script has finished
-      loading, then jump back to step two to execute the script
+      loading, then jump back to step 2 to execute the script
       associated with this element.</p>
 
      </li>




More information about the Commit-Watchers mailing list