[uf-discuss] Best practice for the "value" subproperty
Ryan King
ryan at technorati.com
Wed Nov 1 11:13:58 PST 2006
On Oct 29, 2006, at 3:16 PM, Costello, Roger L. wrote:
> Design #1
>
> <span class="fn">
> <span class="value">John </span>
> will be our speaker. Mr.
> <span class="value">Public</span>
> </span> will talk about ...
>
> ...
>
> Design #2
>
> <span class="fn">
> <span class="value">John</span>
> <span class="value"> </span>
> will be our speaker. Mr.
> <span class="value">Public</span>
> </span> will talk about ...
>
> ...
>
> Which is best practice - design #1 or design #2?
Honestly, they're both a bit ugly. Were you surprised that the value
excerpting didn't put a space between the values? I'm guessing that
the most common usage for value excerpting would require spaces
between the concatenated values.
-ryan
More information about the microformats-discuss
mailing list