[html5] r2055 - [e] (0) c/p error (credit: hs)

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 11 18:12:01 PDT 2008


Author: ianh
Date: 2008-08-11 18:12:00 -0700 (Mon, 11 Aug 2008)
New Revision: 2055

Modified:
   index
   source
Log:
[e] (0) c/p error (credit: hs)

Modified: index
===================================================================
--- index	2008-08-12 01:07:10 UTC (rev 2054)
+++ index	2008-08-12 01:12:00 UTC (rev 2055)
@@ -4029,7 +4029,7 @@
      instead of the string version.
 
    <li>If <var title="">second</var> is not a number in the range
-    0 ≤ <var title="">hour</var> < 60, then fail.
+    0 ≤ <var title="">second</var> < 60, then fail.
     (The values 60 and 61 are not allowed: leap seconds cannot be represented
     by datetime values.)
 

Modified: source
===================================================================
--- source	2008-08-12 01:07:10 UTC (rev 2054)
+++ source	2008-08-12 01:12:00 UTC (rev 2055)
@@ -2062,8 +2062,8 @@
    title="">second</var> instead of the string version.</p></li>
 
    <li>If <var title="">second</var> is not a number in the range
-   0 ≤ <var title="">hour</var> < 60, then fail. (The
-   values 60 and 61 are not allowed: leap seconds cannot be
+   0 ≤ <var title="">second</var> < 60, then
+   fail. (The values 60 and 61 are not allowed: leap seconds cannot be
    represented by datetime values.)</li>
 
    <li><p>If <var title="">position</var> is beyond the end of <var




More information about the Commit-Watchers mailing list