[uf-discuss] Re: An Inconvenient hCard
Ciaran McNulty
mail at ciaranmcnulty.com
Wed May 20 04:44:01 PDT 2009
On Wed, May 20, 2009 at 12:30 PM, Mirko Gustony <mirko.gustony at gmail.com> wrote:
> making my way through the microformats I stumbled upon the
> type-internationalisation issue. Are there any news how to mark up a
> type for fax in microformats without misusing abbr?
There's recently been a lot of work on the value-class-pattern [1]
One of the examples is given as follows:
<p class='tel' lang='en-gb'>
<span class='type'>
<span class='value-title' title='cell'> </span>
mobile
</span>
<span class='value'>+44 7773 000 000</span>
</p>
This would seem to have obvious uses for i18n.
-Ciaran McNulty
[1] http://microformats.org/wiki/value-class-pattern#Parsing_value_from_a_title_attribute
More information about the microformats-discuss
mailing list