[uf-discuss] hCal in a table

Andy Mabbett andy at pigsonthewing.org.uk
Tue Feb 7 15:49:01 PST 2006


I currently have events in table layout:

        http://www.westmidlandbirdclub.com/birmingham/field.htm

using the format:

        <tr class="X">
        <th scope="row">Sunday 12 February 2006</th>
        <td><strong><a href="http://www.rspb.org.uk/reserves/guide/c/conwy/index.asp">RSPB Conwy</a>*/ Llanfairfechan</strong>.</td>
        <td><p>A sea watch with potential for divers and sea ducks and a visit to a prime seaside reserve.</p></td>
        </tr>

        How would I include the code:

        <div class="vevent">
        <a class="url" href="http://www.westmidlandbirdclub.com/birmingham/field.htm">
        <abbr class="dtstart" title="20060212">February 12 2006</abbr>
        <abbr class="dtend" title="20060213">&nbsp;</abbr>
        <span class="summary">Birmingham Branch Field Trip</span> - at
        <span class="location">RSPB Conwy/ Llanfairfechan.</span>
        </a>
        <div class="description">A sea watch with potential for divers and sea ducks and a visit to a prime seaside reserve.</div>
        </div>

in that? It seems to me that to loose the semantic table mark (column
and row headers, for example) up would be a bad thing; not least for
people whose clients don't understand hCal.

Also, is the use of a non-breaking space in the dtend OK?
-- 
Andy Mabbett

        Say "NO!" to compulsory ID Cards:  <http://www.no2id.net/>


More information about the microformats-discuss mailing list