[html5] r2880 - [a] (0) Clarify that the date in <time> elements with no datetime='' attribute m [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Mar 18 18:28:56 PDT 2009
Author: ianh
Date: 2009-03-18 18:28:56 -0700 (Wed, 18 Mar 2009)
New Revision: 2880
Modified:
index
source
Log:
[a] (0) Clarify that the date in <time> elements with no datetime='' attribute musn't be Julian dates that happen to look like Gregorian dates.
Modified: index
===================================================================
--- index 2009-03-19 01:13:21 UTC (rev 2879)
+++ index 2009-03-19 01:28:56 UTC (rev 2880)
@@ -14413,7 +14413,8 @@
is not present, then the date or time must be specified in the
content of the element, such that the element's
<code><a href=#textcontent>textContent</a></code> is a <a href=#valid-date-or-time-string-in-content>valid date or time string in
- content</a>.</p>
+ content</a>, and the date, if any, must be expressed using the
+ Gregorian calendar.</p>
<div class=example>
Modified: source
===================================================================
--- source 2009-03-19 01:13:21 UTC (rev 2879)
+++ source 2009-03-19 01:28:56 UTC (rev 2880)
@@ -15436,7 +15436,8 @@
is not present, then the date or time must be specified in the
content of the element, such that the element's
<code>textContent</code> is a <span>valid date or time string in
- content</span>.</p>
+ content</span>, and the date, if any, must be expressed using the
+ Gregorian calendar.</p>
<div class="example">
More information about the Commit-Watchers
mailing list