- From: poot <cvsmail@w3.org>
- Date: Sun, 25 Oct 2009 07:41:40 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: copypasta and validation fix for earlier checkin (whatwg r4315) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3450&r2=1.3451&f=h http://html5.org/tools/web-apps-tracker?from=4314&to=4315 =================================================================== 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:42:10 UTC