html5/spec Overview.html,1.3481,1.3482

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20051

Modified Files:
	Overview.html 
Log Message:
Disallow lastModified to return year 0002009. (whatwg r4349)

Index: Overview.html
===================================================================
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:05 UTC