html5/spec Overview.html,1.2818,1.2819

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29872

Modified Files:
	Overview.html 
Log Message:
Clarity of writing fix. (whatwg r3631)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2818
retrieving revision 1.2819
diff -u -d -r1.2818 -r1.2819
--- Overview.html	15 Aug 2009 11:39:54 -0000	1.2818
+++ Overview.html	15 Aug 2009 11:43:25 -0000	1.2819
@@ -2307,12 +2307,10 @@
   JavaScript operator ToString to <var title="">n</var>.</p>
 
   <p>The <dfn id="rules-for-parsing-floating-point-number-values">rules for parsing floating point number values</dfn> are
-  as given in the following algorithm. As with the previous
-  algorithms, when this one is invoked, the steps must be followed in
-  the order given, aborting at the first step that returns
-  something. This algorithm will either return a number or an
-  error. Leading spaces are ignored. Trailing spaces and garbage
-  characters are ignored.</p>
+  as given in the following algorithm. This algorithm must be aborted
+  at the first step that returns something. This algorithm will either
+  return a number or an error. Leading spaces are ignored. Trailing
+  spaces and garbage characters are ignored.</p>
 
   <ol><li><p>Let <var title="">input</var> be the string being
    parsed.</li>

Received on Saturday, 15 August 2009 11:43:38 UTC