hixie: Clarity of writing fix. (whatwg r3631)

hixie: Clarity of writing fix. (whatwg r3631)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2818&r2=1.2819&f=h
http://html5.org/tools/web-apps-tracker?from=3630&to=3631

===================================================================
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:44:30 UTC