hixie: Disallow lastModified to return year 0002009. (whatwg r4349)

hixie: Disallow lastModified to return year 0002009. (whatwg r4349)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3481&r2=1.3482&f=h
http://html5.org/tools/web-apps-tracker?from=4348&to=4349

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3481
retrieving revision 1.3482
diff -u -d -r1.3481 -r1.3482
--- Overview.html 27 Oct 2009 10:29:55 -0000 1.3481
+++ Overview.html 27 Oct 2009 10:32:56 -0000 1.3482
@@ -6221,9 +6221,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

Received on Tuesday, 27 October 2009 10:33:43 UTC