html5/spec Overview.html,1.4742,1.4743

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

Modified Files:
	Overview.html 
Log Message:
The best representation of something should really be a valid one too. (whatwg r5903)

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