On Jan 6, 2008 4:34 PM, Katrina <[EMAIL PROTECTED]> wrote:
> I want to specify a work-related telephone number, but I just want to
> label it 'Phone:'. The closest I can find to do this is the abbr,
> however, work is not an abbreviation of 'phone'.
>
> eg. <abbr class="type" title="work">Phone</abbr>
>
> Q2. Would it be possible to do something like this, instead?
> <span class="type" title="work">Phone</span>

Unfortunately not. If you decide to not use the abbr pattern, the
closest that you'll likely be happy with is
    <span class="hidden type">work</span> Phone
with the following css
    .hidden { display: none; }

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

Reply via email to