Re: Question on rendering of replaced elements in tables

Ian Hickson wrote:
> | Replaced elements with these 'display' values are treated as their
> | given display types during layout. For example, an image that is set
> | to 'display: table-cell' will fill the available cell space, and its
> | dimensions might contribute towards the table sizing algorithms, as
> | with an ordinary cell.

So what does that actually mean?  Does this mean that the intrinsic size of the 
image is ignored when computing the used size?  If not, what algorithm is used?

-Boris

Received on Tuesday, 10 May 2005 20:18:32 UTC