- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Oct 2010 07:46:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18525
Modified Files:
common-microsyntaxes.html spec.html
Log Message:
remove some non-normative text that was confusing some readers (whatwg r5606)
[updated by splitter]
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1285
retrieving revision 1.1286
diff -u -d -r1.1285 -r1.1286
--- spec.html 12 Oct 2010 07:16:57 -0000 1.1285
+++ spec.html 12 Oct 2010 07:46:48 -0000 1.1286
@@ -341,7 +341,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4482.
+This is revision 1.4483.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- common-microsyntaxes.html 30 Sep 2010 23:16:34 -0000 1.21
+++ common-microsyntaxes.html 12 Oct 2010 07:46:48 -0000 1.22
@@ -462,8 +462,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.</p></li>
@@ -509,9 +508,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.</p></li>
@@ -620,8 +617,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.</p></li>
Received on Tuesday, 12 October 2010 07:46:52 UTC