[html5] r5903 - [giowt] (0) The best representation of something should really be a valid one to [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 16 18:08:03 PST 2011
Author: ianh
Date: 2011-02-16 18:08:01 -0800 (Wed, 16 Feb 2011)
New Revision: 5903
Modified:
complete.html
index
source
Log:
[giowt] (0) The best representation of something should really be a valid one too.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11706
Modified: complete.html
===================================================================
--- complete.html 2011-02-17 02:05:01 UTC (rev 5902)
+++ complete.html 2011-02-17 02:08:01 UTC (rev 5903)
@@ -5153,9 +5153,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
Modified: index
===================================================================
--- index 2011-02-17 02:05:01 UTC (rev 5902)
+++ index 2011-02-17 02:08:01 UTC (rev 5903)
@@ -5133,9 +5133,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
Modified: source
===================================================================
--- source 2011-02-17 02:05:01 UTC (rev 5902)
+++ source 2011-02-17 02:08:01 UTC (rev 5903)
@@ -4452,9 +4452,9 @@
title="">datetime</var>, with the <span>valid time string</span>
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>parse a global date and time string</dfn> are
as follows. This will return either a time in UTC, with associated
More information about the Commit-Watchers
mailing list