I concur 100%.<br><br>Additionally, I don't understand why the time element is allowed to specify an arbitrary hour, but not an arbitrary month or year.<br><br>My own use case involves marking up years of publication for documents I have created, to be displayed in an online resume that can be sorted by date. I do not necessarily have the original timestamps for every file, yet I can recall the years in which they were published. In this case, the year "2005", for instance, is semantically distinct from the numeral "2005", and though the difference can be inferred from context by a human it can not by a machine, hence why things like <time>2005</time>, or <time datetime="2005">4 years ago</time> would be useful here. But under the current specification, these uses are invalid, meaning I'd only be able to specify exact dates with meaningful language, as in <time datetime="2005-01-01">2005</time>, and hack around it for inexact dates with non-semantics like <span class="datetime">2005</span>.<br>

<br>This use case (which has nothing to do with calendars) would certainly not be unique to me, as I'm sure there are many events well-within the Gregorian calendar that have inexact dates, such as the dates of deceased family members for whom incomplete records were kept during the time of their death <<a href="http://people.mnhs.org/dci/faq.cfm#17">http://people.mnhs.org/dci/faq.cfm#17</a>>. Rather than just presented textually, the results could be marked up in HTML and extracted using an API, browser add-on, or other software that reads the metadata and returns something useful to the user, such as an automatically-generated genealogical entry file that can be imported into a family tree program—much in the way the Operator Toolbar extension for Firefox currently reads hCards and automatically generates contact entry files that can be imported into e-mail programs.<br>

<br>The way I see it, if we can mark up abbreviations without having to expand them fully, or even at all (<abbr>XSLT</abbr>, <abbr title="XSL Transformations>XSLT</abbr>, and <abbr title="eXtensible Stylesheet Language Transformations>XSLT</abbr>, or even <abbr title="cat">XSLT</abbr> are all valid) we should be able to mark up datetimes without having to expand them fully.<br>

<br>But don't take my word for it. I'm sure these articles have been mentioned here before, but Eric Meyer <<a href="http://meyerweb.com/eric/thoughts/2009/09/02/nine-into-five/">http://meyerweb.com/eric/thoughts/2009/09/02/nine-into-five/</a>> and PPK <<a href="http://www.quirksmode.org/blog/archives/2009/04/making_time_saf.html">http://www.quirksmode.org/blog/archives/2009/04/making_time_saf.html</a>> have also voiced support for a less-restrictive <time> (Hixie has at least seen the former <<a href="http://meyerweb.com/eric/thoughts/2009/09/02/nine-into-five/#comment-475378">http://meyerweb.com/eric/thoughts/2009/09/02/nine-into-five/#comment-475378</a>>, though there was no further discussion with him about the issue there.)<br>

<br>If these issues have already been discussed, please point me in the right direction so that I can better understand the decision to phrase the spec this way.<br><br>Thank you,<br>Hugh<br><br><div class="gmail_quote">
On Sat, Nov 28, 2009 at 7:11 AM, Jeremy Keith <span dir="ltr"><<a href="mailto:jeremy@adactio.com">jeremy@adactio.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">We seem to be straying behind the bikeshed a little bit here. My point wasn't to point out problems with the examples given in "common idioms without dedicated elements"<div class="im">

<br>
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#conversations" target="_blank">http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#conversations</a><br>
<br></div>
The real problem is the definition of the <time> element itself:<div class="im"><br>
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element" target="_blank">http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element</a><br>


<br></div>
This sentence:<div class="im"><br>
"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 them to the user's calendar."<br>
<br></div>
...should be changed to:<br>
"This element is intended as a way to encode modern dates and times in a machine-readable way."<br>
<br>
The overly-restrictive clause at the end canonises a single use case as the only usage of the element. The fact that there examples elsewhere in the spec that contradict this definition highlights the problem, but the issue isn't with those examples; it's with the definition of <time>.<br>


<br>
HTH,<div><div></div><div class="h5"><br>
<br>
Jeremy<br>
<br>
-- <br>
Jeremy Keith<br>
<br>
a d a c t i o<br>
<br>
<a href="http://adactio.com/" target="_blank">http://adactio.com/</a><br>
<br>
<br>
</div></div></blockquote></div><br>