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> > <span class="given-name">John</span> > <abbr class="additional-name" title="Quinlin">Q.</abbr> > <span class="family-name">Public</span>, > <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
