In message <[EMAIL PROTECTED]>, Katrina <[EMAIL PROTECTED]>
writes

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


We could - if there is sufficient support - adapt the recently-proposed
"sub-microformat" pattern, so that:

        <foo class="tel-work">5555555</a>

becomes parsed as a "work-type" 'phone number.


Alternatively (or additionally) we could adopt the previously suggested
"data-title" pattern:

        <span class="type" title="data: work">Phone</span>

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

Reply via email to