[html5] r4349 - [e] (0) Disallow lastModified to return year 0002009. Fixing http://www.w3.org/B [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 27 03:32:52 PDT 2009


Author: ianh
Date: 2009-10-27 03:32:48 -0700 (Tue, 27 Oct 2009)
New Revision: 4349

Modified:
   complete.html
   index
   source
Log:
[e] (0) Disallow lastModified to return year 0002009.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8054

Modified: complete.html
===================================================================
--- complete.html	2009-10-27 10:29:47 UTC (rev 4348)
+++ complete.html	2009-10-27 10:32:48 UTC (rev 4349)
@@ -7050,9 +7050,10 @@
   </ol><p>All the numeric components above, other than the year, must be
   given as two digits in the range U+0030 DIGIT ZERO (0) to U+0039
   DIGIT NINE (9) representing the number in base ten, zero-padded if
-  necessary. The year must be given as four or more digits in the
-  range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9) representing
-  the number in base ten, zero-padded if necessary.</p>
+  necessary. The year must be given as the shortest possible string of
+  four or more digits in the range U+0030 DIGIT ZERO (0) to U+0039
+  DIGIT NINE (9) representing the number in base ten, zero-padded if
+  necessary.</p>
 
   <p>The <code>Document</code>'s source file's last modification date
   and time must be derived from relevant features of the networking

Modified: index
===================================================================
--- index	2009-10-27 10:29:47 UTC (rev 4348)
+++ index	2009-10-27 10:32:48 UTC (rev 4349)
@@ -6868,9 +6868,10 @@
   </ol><p>All the numeric components above, other than the year, must be
   given as two digits in the range U+0030 DIGIT ZERO (0) to U+0039
   DIGIT NINE (9) representing the number in base ten, zero-padded if
-  necessary. The year must be given as four or more digits in the
-  range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9) representing
-  the number in base ten, zero-padded if necessary.</p>
+  necessary. The year must be given as the shortest possible string of
+  four or more digits in the range U+0030 DIGIT ZERO (0) to U+0039
+  DIGIT NINE (9) representing the number in base ten, zero-padded if
+  necessary.</p>
 
   <p>The <code>Document</code>'s source file's last modification date
   and time must be derived from relevant features of the networking

Modified: source
===================================================================
--- source	2009-10-27 10:29:47 UTC (rev 4348)
+++ source	2009-10-27 10:32:48 UTC (rev 4349)
@@ -6818,9 +6818,10 @@
   <p>All the numeric components above, other than the year, must be
   given as two digits in the range U+0030 DIGIT ZERO (0) to U+0039
   DIGIT NINE (9) representing the number in base ten, zero-padded if
-  necessary. The year must be given as four or more digits in the
-  range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9) representing
-  the number in base ten, zero-padded if necessary.</p>
+  necessary. The year must be given as the shortest possible string of
+  four or more digits in the range U+0030 DIGIT ZERO (0) to U+0039
+  DIGIT NINE (9) representing the number in base ten, zero-padded if
+  necessary.</p>
 
   <p>The <code>Document</code>'s source file's last modification date
   and time must be derived from relevant features of the networking




More information about the Commit-Watchers mailing list