minor wording tweaks (whatwg r3153)

minor wording tweaks (whatwg r3153)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2308.html#list-of-scripts-that-will-execute-asynchronously
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2308.html#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2308.html#rules-for-parsing-non-negative-integers

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2307&r2=1.2308&f=h
http://html5.org/tools/web-apps-tracker?from=3152&to=3153

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2307
retrieving revision 1.2308
diff -u -d -r1.2307 -r1.2308
--- Overview.html 30 May 2009 19:39:54 -0000 1.2307
+++ Overview.html 30 May 2009 19:57:47 -0000 1.2308
@@ -2093,7 +2093,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>
 
@@ -10567,7 +10567,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>
 
@@ -10604,7 +10604,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>

Received on Saturday, 30 May 2009 19:59:50 UTC