[uf-discuss] hCard: url and tel

Paul Wilkins pmw57 at xtra.co.nz
Sat Jan 5 21:39:44 PST 2008


On Jan 6, 2008 4:34 PM, Katrina <Kaz at t-tec.com.au> 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


More information about the microformats-discuss mailing list