----- Original Message ----- From: "Scott Reynen" <[EMAIL PROTECTED]>
You can use the include pattern to remove some of this redundancy:

http://microformats.org/wiki/include-pattern

E.g.:

<p>Staff <span class="type" id="work-type">work</span> phone numbers:</p>
...
<div class="vcard">
<p class="fn">Person One</p>
<p class="tel"><a href="#work-title" class="include"></a><span class="value">123-4567</span></p>
...

I presume that the anchor should not be #work-title but #work-type ?
... <a href="#work-type" class="include"></a> ...

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

Reply via email to