Skip to content

Commit

Permalink
[e] (0) remove some non-normative text that was confusing some readers
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10887

git-svn-id: http://svn.whatwg.org/webapps@5606 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2010
1 parent 60c773b commit f2578fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21 deletions.
10 changes: 3 additions & 7 deletions complete.html
Expand Up @@ -3753,8 +3753,7 @@ <h5 id=non-negative-integers><span class=secno>2.5.4.1 </span>Non-negative integ
given in the following algorithm. When invoked, the steps must be
followed in the order given, aborting at the first step that returns
a value. This algorithm will return either zero, a positive integer,
or an error. Leading spaces are ignored. Trailing spaces and any
trailing garbage characters are ignored.</p>
or an error.</p>

<ol><li><p>Let <var title="">input</var> be the string being
parsed.</li>
Expand Down Expand Up @@ -3809,9 +3808,7 @@ <h5 id=signed-integers><span class=secno>2.5.4.2 </span>Signed integers</h5>
non-negative integers</a>, and are as given in the following
algorithm. When invoked, the steps must be followed in the order
given, aborting at the first step that returns a value. This
algorithm will return either an integer or an error. Leading spaces
are ignored. Trailing spaces and trailing garbage characters are
ignored.</p>
algorithm will return either an integer or an error.</p>

<ol><li><p>Let <var title="">input</var> be the string being
parsed.</li>
Expand Down Expand Up @@ -3931,8 +3928,7 @@ <h5 id=real-numbers><span class=secno>2.5.4.3 </span>Real numbers</h5>
<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. This algorithm must be aborted
at the first step that returns something. This algorithm will return
either a number or an error. Leading spaces are ignored. Trailing
spaces and garbage characters are ignored.</p>
either a number or an error.</p>

<ol><li><p>Let <var title="">input</var> be the string being
parsed.</li>
Expand Down
10 changes: 3 additions & 7 deletions index
Expand Up @@ -3730,8 +3730,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
given in the following algorithm. When invoked, the steps must be
followed in the order given, aborting at the first step that returns
a value. This algorithm will return either zero, a positive integer,
or an error. Leading spaces are ignored. Trailing spaces and any
trailing garbage characters are ignored.</p>
or an error.</p>

<ol><li><p>Let <var title="">input</var> be the string being
parsed.</li>
Expand Down Expand Up @@ -3786,9 +3785,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
non-negative integers</a>, and are as given in the following
algorithm. When invoked, the steps must be followed in the order
given, aborting at the first step that returns a value. This
algorithm will return either an integer or an error. Leading spaces
are ignored. Trailing spaces and trailing garbage characters are
ignored.</p>
algorithm will return either an integer or an error.</p>

<ol><li><p>Let <var title="">input</var> be the string being
parsed.</li>
Expand Down Expand Up @@ -3908,8 +3905,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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. This algorithm must be aborted
at the first step that returns something. This algorithm will return
either a number or an error. Leading spaces are ignored. Trailing
spaces and garbage characters are ignored.</p>
either a number or an error.</p>

<ol><li><p>Let <var title="">input</var> be the string being
parsed.</li>
Expand Down
10 changes: 3 additions & 7 deletions source
Expand Up @@ -2760,8 +2760,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
given in the following algorithm. When invoked, the steps must be
followed in the order given, aborting at the first step that returns
a value. This algorithm will return either zero, a positive integer,
or an error. Leading spaces are ignored. Trailing spaces and any
trailing garbage characters are ignored.</p>
or an error.</p>

<ol>

Expand Down Expand Up @@ -2826,9 +2825,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
non-negative integers</span>, and are as given in the following
algorithm. When invoked, the steps must be followed in the order
given, aborting at the first step that returns a value. This
algorithm will return either an integer or an error. Leading spaces
are ignored. Trailing spaces and trailing garbage characters are
ignored.</p>
algorithm will return either an integer or an error.</p>

<ol>

Expand Down Expand Up @@ -2981,8 +2978,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<p>The <dfn>rules for parsing floating point number values</dfn> are
as given in the following algorithm. This algorithm must be aborted
at the first step that returns something. This algorithm will return
either a number or an error. Leading spaces are ignored. Trailing
spaces and garbage characters are ignored.</p>
either a number or an error.</p>

<ol>

Expand Down

0 comments on commit f2578fa

Please sign in to comment.