microformats2/spec/support/cases/h-event-3.html
Jessica Lynn Suttles d946c7262c adds more spec cases
2013-04-18 22:13:35 -07:00

15 lines
562 B
HTML

<!-- http://microformat2-node.jit.su/h-event.html -->
<div class="h-event">
<a class="p-name u-url" href="http://indiewebcamp.com/2012">
IndieWebCamp 2012
</a>
from <time class="dt-start">2012-06-30</time>
to <time class="dt-end">2012-07-01</time> at
<span class="p-location h-card">
<a class="p-name p-org u-url" href="http://geoloqi.com/">Geoloqi</a>,
<span class="p-street-address">920 SW 3rd Ave. Suite 400</span>,
<span class="p-locality">Portland</span>,
<abbr class="p-region" title="Oregon">OR</abbr>
</span>
</div>