[html5] r4315 - [e] (0) copypasta and validation fix for earlier checkin Fixing http://www.w3.or [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Oct 24 15:54:58 PDT 2009


Author: ianh
Date: 2009-10-24 15:54:54 -0700 (Sat, 24 Oct 2009)
New Revision: 4315

Modified:
   complete.html
   index
   source
Log:
[e] (0) copypasta and validation fix for earlier checkin
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8023

Modified: complete.html
===================================================================
--- complete.html	2009-10-24 22:52:50 UTC (rev 4314)
+++ complete.html	2009-10-24 22:54:54 UTC (rev 4315)
@@ -3215,7 +3215,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
@@ -3241,7 +3241,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>
@@ -3792,7 +3792,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>

Modified: index
===================================================================
--- index	2009-10-24 22:52:50 UTC (rev 4314)
+++ index	2009-10-24 22:54:54 UTC (rev 4315)
@@ -3025,7 +3025,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
@@ -3051,7 +3051,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>
@@ -3602,7 +3602,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>

Modified: source
===================================================================
--- source	2009-10-24 22:52:50 UTC (rev 4314)
+++ source	2009-10-24 22:54:54 UTC (rev 4315)
@@ -2218,8 +2218,6 @@
 
     <ol>
 
-    <ol>
-
      <li><p>Advance <var title="">position</var> to the next
      character.</p></li>
 
@@ -2929,7 +2927,7 @@
    number be the <var title="">day</var>.</p></li>
 
    <li><p>If <var title="">day</var> is not a number in the range
-   1 ≤ <var title="">month</var> ≤ <var
+   1 ≤ <var title="">day</var> ≤ <var
    title="">maxday</var>, then fail.</li>
 
    <li><p>Return <var title="">year</var>, <var title="">month</var>,




More information about the Commit-Watchers mailing list