- From: poot <cvsmail@w3.org>
- Date: Tue, 12 Oct 2010 16:43:22 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: remove some non-normative text that was confusing some readers (whatwg r5606) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4482&r2=1.4483&f=h http://html5.org/tools/web-apps-tracker?from=5605&to=5606 =================================================================== 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:51 UTC