- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 24 Oct 2009 22:41:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5689
Modified Files:
Overview.html
Log Message:
copypasta and validation fix for earlier checkin (whatwg r4315)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3450
retrieving revision 1.3451
diff -u -d -r1.3450 -r1.3451
--- Overview.html 24 Oct 2009 22:39:22 -0000 1.3450
+++ Overview.html 24 Oct 2009 22:41:26 -0000 1.3451
@@ -2738,7 +2738,7 @@
<p>If the character indicated by <var title="">position</var> is a
U+002E FULL STOP character (.):</p>
- <ol><ol><li><p>Advance <var title="">position</var> to the next
+ <ol><li><p>Advance <var title="">position</var> to the next
character.</li>
<li><p>If <var title="">position</var> is past the end of <var title="">input</var>, or if the character indicated by <var title="">position</var> is not one of U+0030 DIGIT ZERO (0) to
@@ -2764,7 +2764,7 @@
to the step labeled <i>fraction loop</i> in these
substeps.</li>
- </ol></ol></li>
+ </ol></li>
<li><p>If <var title="">position</var> is past the end of <var title="">input</var>, return <var title="">value</var> as a
length.</li>
@@ -3278,7 +3278,7 @@
number be the <var title="">day</var>.</li>
<li><p>If <var title="">day</var> is not a number in the range
- 1 ≤ <var title="">month</var> ≤ <var title="">maxday</var>, then fail.</li>
+ 1 ≤ <var title="">day</var> ≤ <var title="">maxday</var>, then fail.</li>
<li><p>Return <var title="">year</var>, <var title="">month</var>,
and <var title="">day</var>.</li>
Received on Saturday, 24 October 2009 22:41:33 UTC