[uf-discuss] A couple of real-world usage problems

Ryan King ryan at technorati.com
Tue Jul 11 14:06:58 PDT 2006


On Jul 11, 2006, at 6:13 AM, Marcos Ojeda wrote:

> it would seem like you could create css specific stylings of the same
> microformat. i.e.
> <div class="lotsofinfo">
>  <p>...</>
>  <div class="vevent">....</>
> </div>
>
> <div class="quicksummary">
>  <ul>
>  <li><div class="vevent">....</></li>
>  <li><div class="vevent">....</></li>
>  <ul>
> </div>
>
> and then completely obscure via "display:none" the classes within
> hevent that you don't want to show up in hevents listed under a ul or
> even in quicksummary, or however.

display:none is always a last option. Repeat after me: "Hidden data  
is bad."

-ryan


More information about the microformats-discuss mailing list