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
_______________________________________________
microformats-discuss mailing list
[email protected]
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to