On Jun 20, 2007, at 1:57 PM, Rickards, Julian (NDM) wrote:

However, given that all of the numbers
are work (voice) numbers and everyone in my work group shares a common
fax number, it seemed redundant to write <span class="type">Work</ span>
for each person.

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>
...

Peace,
Scott

_______________________________________________
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to