[uf-discuss] Chris Messina's hcard

Atamido paul at msn.com
Thu Apr 20 13:53:13 PDT 2006


Tantek Çelik wrote:
> Thus in Chris Messina's original example:
> 
> <a class="url fn" rel="me" href="http://factoryjoe.com/blog">
>  <span class="given-name">Chris</span>
>  <span class="family-name">Messina</span></a>
> 
> There is no "N" markup, so the given-name and family-name are ignored.
> 
> Instead, the N (and given-name, and family-name) are all implied from the
> two word FN.

So, would it be best to do:

<a class="url fn n" rel="me" href="http://factoryjoe.com/blog">
  <span class="given-name">Chris</span>
  <span class="middle-name">Doe</span>
  <span class="family-name">Messina</span>
</a>

This would avoid the case that if there were three names specified that 
'n' would not be implied by 'fn'?


Atamido



More information about the microformats-discuss mailing list