On May 17, 2006, at 7:55 AM, Peter Krantz wrote:

I have a question regarding the use of the title attribute of the abbr
element in hCalendar sections. According to the specification I am
supposed to do:

<abbr class="dtstart" title="20060517T1200">May 17, 2006 - 12:00</ abbr>

Not exactly. According to the specification, you are supposed to follow ISO 8601, which allows optional hyphens and colons (and maybe other characters? I'm not sure), like so:

<abbr class="dtstart" title="2006-05-17T12:00">May 17, 2006 - 12:00</ abbr>

Other than the T, I would think that should be comprehensible when read aloud.

Peace,
Scott

_______________________________________________
microformats-discuss mailing list
[email protected]
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to