Skip to content

Commit

Permalink
[giowt] (0) The best representation of something should really be a v…
Browse files Browse the repository at this point in the history
…alid one too.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11706

git-svn-id: http://svn.whatwg.org/webapps@5903 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 17, 2011
1 parent 44044d1 commit 4a82e00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -5153,9 +5153,9 @@ <h5 id=global-dates-and-times><span class=secno>2.5.5.5 </span>Global dates and
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
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -5133,9 +5133,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -4452,9 +4452,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down

0 comments on commit 4a82e00

Please sign in to comment.