html5/spec Overview.html,1.4482,1.4483

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18179

Modified Files:
	Overview.html 
Log Message:
remove some non-normative text that was confusing some readers (whatwg r5606)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4482
retrieving revision 1.4483
diff -u -d -r1.4482 -r1.4483
--- Overview.html	12 Oct 2010 06:53:22 -0000	1.4482
+++ Overview.html	12 Oct 2010 07:43:06 -0000	1.4483
@@ -3191,8 +3191,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>
@@ -3238,9 +3237,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>
@@ -3349,8 +3346,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>

Received on Tuesday, 12 October 2010 07:43:12 UTC