[html5] r3634 - [e] (0) Clarify what <time> can represent.
whatwg at whatwg.org
whatwg at whatwg.org
Sat Aug 15 20:07:35 PDT 2009
Author: ianh
Date: 2009-08-15 20:07:33 -0700 (Sat, 15 Aug 2009)
New Revision: 3634
Modified:
index
source
Log:
[e] (0) Clarify what <time> can represent.
Modified: index
===================================================================
--- index 2009-08-15 11:48:12 UTC (rev 3633)
+++ index 2009-08-16 03:07:33 UTC (rev 3634)
@@ -71,7 +71,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 15 August 2009</h2>
+ <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 16 August 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -15221,8 +15221,9 @@
readonly attribute <span>Date</span> <a href=#dom-time-timezone title=dom-time-timezone>timezone</a>;
};</pre>
</dd>
- </dl><p>The <code><a href=#the-time-element>time</a></code> element <a href=#represents>represents</a> a precise
- date and/or a time in the proleptic Gregorian calendar. <a href=#refsGREGORIAN>[GREGORIAN]</a></p>
+ </dl><p>The <code><a href=#the-time-element>time</a></code> element <a href=#represents>represents</a> either a
+ time on a 24 hour clock, or a precise date in the proleptic
+ Gregorian calendar, optionally with a time and a time zone. <a href=#refsGREGORIAN>[GREGORIAN]</a></p>
<p>This element is intended as a way to encode modern dates and
times in a machine-readable way so that user agents can offer to add
Modified: source
===================================================================
--- source 2009-08-15 11:48:12 UTC (rev 3633)
+++ source 2009-08-16 03:07:33 UTC (rev 3634)
@@ -16218,8 +16218,9 @@
</dd>
</dl>
- <p>The <code>time</code> element <span>represents</span> a precise
- date and/or a time in the proleptic Gregorian calendar. <a
+ <p>The <code>time</code> element <span>represents</span> either a
+ time on a 24 hour clock, or a precise date in the proleptic
+ Gregorian calendar, optionally with a time and a time zone. <a
href="#refsGREGORIAN">[GREGORIAN]</a></p>
<p>This element is intended as a way to encode modern dates and
More information about the Commit-Watchers
mailing list