- From: Christoph Päper <christoph.paeper@tu-clausthal.de>
- Date: Mon, 17 May 2004 13:15:14 +0200
- To: <www-style@w3.org>
Andrew Fedoniouk:
>
>> display:table-cell;
>
> keeping in mind that it will create auto row and auto
> table objects for each <P>.
No. It will result in some anonymous table boxes being generated, but in
general not all of them for /each/ cell instance. You'd get that (the other
way around) from
p {display: table}
At least if my memory serves me right.
Received on Monday, 17 May 2004 07:15:35 UTC