hixie: The best representation of something should really be a valid one too. (whatwg r5903)

hixie: The best representation of something should really be a valid one
too. (whatwg r5903)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4742&r2=1.4743&f=h
http://html5.org/tools/web-apps-tracker?from=5902&to=5903

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4742
retrieving revision 1.4743
diff -u -d -r1.4742 -r1.4743
--- Overview.html 17 Feb 2011 02:05:07 -0000 1.4742
+++ Overview.html 17 Feb 2011 02:08:07 -0000 1.4743
@@ -4533,9 +4533,9 @@
   date and time string</a> representing <var title="">datetime</var>, with the <a href="#valid-time-string">valid time string</a>
   component being given in its shortest possible form, with the last
   character of the string not being a U+005A LATIN CAPITAL LETTER Z
-  character (Z), even if the time zone is UTC, and with a U+002D
-  HYPHEN-MINUS character (-) representing the sign of the time-zone
-  offset when the time zone is UTC.</p>
+  character (Z), even if the time zone is UTC, and with a U+002B PLUS
+  SIGN character (+) representing the sign of the time-zone offset
+  when the time zone is UTC.</p>
 
   <p>The rules to <dfn id="parse-a-global-date-and-time-string">parse a global date and time string</dfn> are
   as follows. This will return either a time in UTC, with associated

Received on Thursday, 17 February 2011 02:09:19 UTC