Re: [CSS21] Concern about anonymous table objects and whitespace

Bert Bos wrote:
> I can do that with a style sheet like this:
> 
>     title {display: block; font-size: large; margin: 1em 0}
>     days, persons, places {display: table-row}
>     item {display: table-cell}

Or:

   report { display: table }
   title { display: table-caption }

and the rest as you say...

But yes, there are issues here no matter how you cut it.  At some point, 
XSLT really is the right solution.

-Boris

Received on Friday, 23 January 2009 20:14:13 UTC