[html5] r3631 - [e] (0) Clarity of writing fix.

whatwg at whatwg.org whatwg at whatwg.org
Sat Aug 15 04:43:21 PDT 2009


Author: ianh
Date: 2009-08-15 04:43:20 -0700 (Sat, 15 Aug 2009)
New Revision: 3631

Modified:
   index
   source
Log:
[e] (0) Clarity of writing fix.

Modified: index
===================================================================
--- index	2009-08-15 11:39:19 UTC (rev 3630)
+++ index	2009-08-15 11:43:20 UTC (rev 3631)
@@ -2600,12 +2600,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>

Modified: source
===================================================================
--- source	2009-08-15 11:39:19 UTC (rev 3630)
+++ source	2009-08-15 11:43:20 UTC (rev 3631)
@@ -1724,12 +1724,10 @@
   JavaScript operator ToString to <var title="">n</var>.</p>
 
   <p>The <dfn>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>
 




More information about the Commit-Watchers mailing list