From: "Paul Wilkins" <pmw57 xtra.co.nz>
> With that, you can have
> <p class="tel">Tel: <span
class="value">(514) 123-4567</p>
> <p class="tel"><span
class="type">Fax</span>: <span
class="value">(514)
> 123-4568</span></p>
Correction:
<p class="tel">Tel: <span
class="value">(514)
123-4567</span></p>
<p class="tel"><span
class="type">Fax</span>: <span
class="value">(514)
123-4568</span></p>
The good thing about keeping the tel class in the paragraph
is that if the
type and value aren't yet understood by a parser, the
appropriate content
will still make it through.
--
Paul Wilkins
_______________________________________________
microformats-discuss mailing list
microformats-discuss microformats.org
http://microformats.org/mailman/listinfo/microforma
ts-discuss
|