- From: Ben Boyle <benjamins.boyle@gmail.com>
- Date: Sun, 8 Feb 2009 17:03:59 +1000
- To: bugzilla@wiggum.w3.org
- Cc: public-html@w3.org
maybe this will be some help? I have taken the 2 hCalendar examples from the hCalendar webpage and replaced the abbr pattern with the time element. http://microformats.org/wiki/hcalendar#Example <div class="vevent"> <a class="url" href="http://www.web2con.com/">http://www.web2con.com/</a> <span class="summary">Web 2.0 Conference</span>: <time class="dtstart" datetime="2007-10-05">October 5</time>- <time class="dtend" datetime="2007-10-20">19</time>, at the <span class="location">Argent Hotel, San Francisco, CA</span> </div> <div class="vevent"> <h3 class="summary">XYZ Project Review</h3> <p class="description">Project XYZ Review Meeting</p> <p>To be held on <time class="dtstart" datetime="1998-03-12T08:30:00-05:00">12 March 1998 from 8:30am EST</time> until <time class="dtend" datetime="1998-03-12T09:30:00-05:00">9:30am EST</time></p> <p>Location: <span class="location">1CP Conference Room 4350</span></p> <small>Booked by: <span class="uid">guid-1.host1.com</span> on <time class="dtstamp" datetime="19980309T231000Z">9 Mar 1998 6:00pm</time></small> </div> actions: replace "abbr" with "time" replace @title with @datetime (note: retain @class dtstart|dtend|dtstamp) On Fri, Feb 6, 2009 at 9:52 PM, <bugzilla@wiggum.w3.org> wrote: > > http://www.w3.org/Bugs/Public/show_bug.cgi?id=6536 > > Summary: Time element examples should be in the context of a > goal-oriented microformat use case > Product: HTML WG > Version: unspecified > Platform: PC > URL: http://www.whatwg.org/specs/web-apps/current-work/#the- > time-element > OS/Version: All > Status: NEW > Severity: normal > Priority: P2 > Component: Spec bugs > AssignedTo: dave.null@w3.org > ReportedBy: hsivonen@iki.fi > QAContact: public-html-bugzilla@w3.org > CC: ian@hixie.ch, mike@w3.org, public-html@w3.org > > > See the examples at > http://www.whatwg.org/specs/web-apps/current-work/#the-time-element and then > compare with http://forums.whatwg.org/viewtopic.php?t=4043 > > The spec doesn't make it clear that the time element is meant to be useful *if* > microformats such as hCalendar adopt it in place of the abbr pattern. > > Instead of showing semantic markup without any particular purpose, the spec > should show examples where the time element is used in hCalendar in place of > the abbr pattern, and the examples should be use case-oriented showing calendar > items for events that the user might want to copy over to a calendaring app. > > > -- > Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are on the CC list for the bug. > >
Received on Sunday, 8 February 2009 07:04:36 UTC