[uf-discuss] human readable date parsing
James Craig
jcraig at apple.com
Thu May 3 18:50:26 PDT 2007
Breton Slivka wrote:
> <span class="vmonth">July</span> <span class="vday">26</span>th,
> <span class="vyear">2005</span>
>
> This solution is certainly more verbose, but note that it follows
> all restrictions except for 7.
I don't think this will work, for the same reason tel-type and adr-
type don't work: l10n/i18n. They require displayed machine values to
be in English.
<span class="vmonth" lang="en">July</span>
<span class="vmonth" lang="es">julio</span>
<span class="vmonth" lang="jp">7 月</span>
<span class="vmonth" lang="ru">июль</span>
More information about the microformats-discuss
mailing list