- From: poot <cvsmail@w3.org>
- Date: Sun, 25 Oct 2009 09:39:46 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: time zones are signed. (whatwg r4319) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3454&r2=1.3455&f=h http://html5.org/tools/web-apps-tracker?from=4318&to=4319 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3454 retrieving revision 1.3455 diff -u -d -r1.3454 -r1.3455 --- Overview.html 24 Oct 2009 22:50:35 -0000 1.3454 +++ Overview.html 25 Oct 2009 00:39:26 -0000 1.3455 @@ -216,7 +216,7 @@ <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 25 August 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-24-october-2009">Editor's Draft 24 October 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-25-october-2009">Editor's Draft 25 October 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><!-- <dt>This Version:</dt> @@ -318,7 +318,7 @@ track. <!--ZZZ:--> <!--This specification is the 25 August 2009 Working Draft.--> - This specification is the 24 October 2009 Editor's Draft. + This specification is the 25 October 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -3455,7 +3455,8 @@ consists of a specific proleptic Gregorian date, consisting of a year, a month, and a day, and a time, consisting of an hour, a minute, a second, and a fraction of a second, expressed with a - time-zone offset, consisting of a number of hours and minutes. <a href="#refsGREGORIAN">[GREGORIAN]</a><p>A string is a <dfn id="valid-global-date-and-time-string">valid global date and time string</dfn> + time-zone offset, consisting of a signed number of hours and + minutes. <a href="#refsGREGORIAN">[GREGORIAN]</a><p>A string is a <dfn id="valid-global-date-and-time-string">valid global date and time string</dfn> representing a date, time, and a time-zone offset if it consists of the following components in the given order:<ol><li>A <a href="#valid-date-string">valid date string</a> representing the date</li>
Received on Sunday, 25 October 2009 00:40:13 UTC