[uf-discuss] hcard: additional additional names

Brian Suda brian.suda at gmail.com
Thu Aug 14 04:32:07 PDT 2008


2008/8/14, Michael Smethurst <Michael.Smethurst at bbc.co.uk>:
>  On listings pages and:
>
>  <h1 class="vcard">
>  <a href="http://localhost:3005/people/16" class="n fn url">
>  <span class="given-name">Ludwig</span>
>  <span class="family-name-prefix">van</span>
>  <span class="family-name">Beethoven</span>
>  </a>
>  </h1>
>
>  On ludwig's page
>
>  It means that Ludwig loses his van on operator export but I guess he won't
>  complain.

--- you could solve this by nesting the spans as well.

<span class="family-name">
<span class="family-name-prefix">van</span>
Beethoven
</span>

This way, you are still adding POSH to the 'van' prefix, but it will
get exported to Operator together with the family-name. Unless this
would be a violation of the semantics of "family-name", but i think in
this case the nesting would be ok.

-brian

-- 
brian suda
http://suda.co.uk


More information about the microformats-discuss mailing list