[uf-discuss] Best Practice for fn and n?

Siegfried Gipp siegfried at rorkvell.de
Mon Nov 6 08:36:44 PST 2006


Am Montag, 6. November 2006 07:54 schrieb Mike Schinkel:
> Maybe I'm missing something, but wouldn't you have to include white-space
> for a visible display anyway?  i.e.
>
> <span class="vcard">
>        <span class="n fn">
>              <span class="honorific-prefix">Mr.</span>&nbsp;
>              <span class="given-name">John</span>&nbsp;
>              <abbr class="additional-name" title="Quinlin">Q.</abbr>&nbsp;
>              <span class="family-name">Public</span>,&nbsp;
>              <span class="honorific-suffix">M.D.</span>/>
>        </span>
>  </span>

Unnecessary, since there is already whitespace (the newline abd the leading 
tab, will be replaced by a single blank on rendering. Else you could use css 
to add whitespace before and/or after that.

regards
Siegfried


More information about the microformats-discuss mailing list