[uf-discuss] hCard email & type properties
Mike Kaply
microformats at kaply.com
Sun Mar 11 18:47:17 PST 2007
On 3/11/07, Kim Franch <romakimmy at gmail.com> wrote:
> <a href="FooBarRedirect">
> <abbr class="email" title="random at foo.com">
> <span class="type" title="internet pref">Email FooBar</span>
> </abbr>
> </a>
This markup is incorrect. title can only be used with an abbr - the
title on a span wont work.
Why aren't you just using a mailto?
>
> <a href="FooBarRedirect">
> <abbr class="url" title="www.foo.com">FooBar Webpage</abbr>
> </a>
This works for me in the the current operator. I don't understand why
you are using this pattern though? Why not just have a anchor that
points to the web page?
Mike Kaply
More information about the microformats-discuss
mailing list