Skip to content

Commit

Permalink
[e] (0) Clarity of writing fix.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3631 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 15, 2009
1 parent 02ec6cc commit 9cfc550
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions index
Expand Up @@ -2600,12 +2600,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>
Expand Down
10 changes: 4 additions & 6 deletions source
Expand Up @@ -1724,12 +1724,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>

Expand Down

0 comments on commit 9cfc550

Please sign in to comment.