[uf-discuss] hCard implementation check please; plus use of
common attribute
brian suda
brian.suda at gmail.com
Fri Jun 2 13:51:22 PDT 2006
Andy Mabbett wrote:
> Also, I marked up the text concerned as:
>
> <span class="vcard"><span class="fn n" id="club"><span
> class="org">West Midland Bird Club</span></span></span>
>
sorry about the double post, but i just saw something else: The
class="n" in this case is not needed.
'N' is used for names of people. Since "West Midland Bird Club" is an
organization, the N is not needed
<span class="vcard"><span class="fn org" id="club">West Midland Bird Club</span></span>
-brian
More information about the microformats-discuss
mailing list