On 3/17/2010 5:23 PM, microformats-discuss-requ...@microformats.org wrote:
Here's how I'd do it:

   <div class="vcard">
     <h1 class="fn org">My Org</h1>
     <p>
       <b>General Enquiries:</b>
       <span class="tel">01234 567 890</span>
     </p>
     <p class="agent vcard">
       <span class="org">
         <abbr class="organization-name" title="My Org"></abbr>
         <b class="organization-unit fn">Help Desk</b>
       </span>
       <span class="tel">01234 567 899</span>
     </p>
   </div>

-- Toby A Inkster <mailto:m...@tobyinkster.co.uk> <http://tobyinkster.co.uk>

This makes sense -- if I'm following correctly, the Help Desk is essentially an individual entity within the organization, rather than part of the contact info for the org. Thanks for your help, all!

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

Reply via email to