[html5] r5606 - [e] (0) remove some non-normative text that was confusing some readers Fixing ht [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 12 00:42:56 PDT 2010
Author: ianh
Date: 2010-10-12 00:42:54 -0700 (Tue, 12 Oct 2010)
New Revision: 5606
Modified:
complete.html
index
source
Log:
[e] (0) remove some non-normative text that was confusing some readers
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10887
Modified: complete.html
===================================================================
--- complete.html 2010-10-12 06:53:16 UTC (rev 5605)
+++ complete.html 2010-10-12 07:42:54 UTC (rev 5606)
@@ -3753,8 +3753,7 @@
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>
@@ -3809,9 +3808,7 @@
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>
@@ -3931,8 +3928,7 @@
<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>
Modified: index
===================================================================
--- index 2010-10-12 06:53:16 UTC (rev 5605)
+++ index 2010-10-12 07:42:54 UTC (rev 5606)
@@ -3730,8 +3730,7 @@
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>
@@ -3786,9 +3785,7 @@
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>
@@ -3908,8 +3905,7 @@
<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>
Modified: source
===================================================================
--- source 2010-10-12 06:53:16 UTC (rev 5605)
+++ source 2010-10-12 07:42:54 UTC (rev 5606)
@@ -2760,8 +2760,7 @@
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>
@@ -2826,9 +2825,7 @@
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>
@@ -2981,8 +2978,7 @@
<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>
More information about the Commit-Watchers
mailing list