[html5] r5850 - [giowt] (0) define the resolution of the fallback datetime used in the Atom algo [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Feb 7 17:50:50 PST 2011
Author: ianh
Date: 2011-02-07 17:50:49 -0800 (Mon, 07 Feb 2011)
New Revision: 5850
Modified:
complete.html
index
source
Log:
[giowt] (0) define the resolution of the fallback datetime used in the Atom algorithm.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11708
Modified: complete.html
===================================================================
--- complete.html 2011-02-08 01:07:08 UTC (rev 5849)
+++ complete.html 2011-02-08 01:50:49 UTC (rev 5850)
@@ -57663,10 +57663,14 @@
<li>
+ <p>Let <var title="">fallback date</var> be the <a href=#concept-datetime title=concept-datetime>global date and time</a> of the
+ moment that this algorithm was invoked, with a resolution of one
+ second (i.e. not including a fractional second component).</p>
+
<p>If <var title="">publication date</var> and <var title="">update date</var> both still have no value, then let
- them both have a value that is a <a href=#valid-global-date-and-time-string>valid global date and
- time string</a> representing the <a href=#concept-datetime title=concept-datetime>global date and time</a> of the
- moment that this algorithm was invoked.</p>
+ them both have a value that is the <a href=#best-representation-of-the-global-date-and-time-string>best representation of
+ the global date and time string</a> <var title="">fallback
+ date</var>.</p>
</li>
Modified: index
===================================================================
--- index 2011-02-08 01:07:08 UTC (rev 5849)
+++ index 2011-02-08 01:50:49 UTC (rev 5850)
@@ -57646,10 +57646,14 @@
<li>
+ <p>Let <var title="">fallback date</var> be the <a href=#concept-datetime title=concept-datetime>global date and time</a> of the
+ moment that this algorithm was invoked, with a resolution of one
+ second (i.e. not including a fractional second component).</p>
+
<p>If <var title="">publication date</var> and <var title="">update date</var> both still have no value, then let
- them both have a value that is a <a href=#valid-global-date-and-time-string>valid global date and
- time string</a> representing the <a href=#concept-datetime title=concept-datetime>global date and time</a> of the
- moment that this algorithm was invoked.</p>
+ them both have a value that is the <a href=#best-representation-of-the-global-date-and-time-string>best representation of
+ the global date and time string</a> <var title="">fallback
+ date</var>.</p>
</li>
Modified: source
===================================================================
--- source 2011-02-08 01:07:08 UTC (rev 5849)
+++ source 2011-02-08 01:50:49 UTC (rev 5850)
@@ -65500,12 +65500,16 @@
<li>
+ <p>Let <var title="">fallback date</var> be the <span
+ title="concept-datetime">global date and time</span> of the
+ moment that this algorithm was invoked, with a resolution of one
+ second (i.e. not including a fractional second component).</p>
+
<p>If <var title="">publication date</var> and <var
title="">update date</var> both still have no value, then let
- them both have a value that is a <span>valid global date and
- time string</span> representing the <span
- title="concept-datetime">global date and time</span> of the
- moment that this algorithm was invoked.</p>
+ them both have a value that is the <span>best representation of
+ the global date and time string</span> <var title="">fallback
+ date</var>.</p>
</li>
More information about the Commit-Watchers
mailing list