- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 30 May 2009 19:57:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8844
Modified Files:
Overview.html
Log Message:
minor wording tweaks (whatwg r3153)
Index: Overview.html
===================================================================
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:57:57 UTC