Re: [CSSWG] Minutes and Resolutions 2010-04-21

On 5/21/10 7:25 PM, Tab Atkins Jr. wrote:
> <div display:table>
>    <anon display:table-row>
>      <div display:table-cell/>
>    </anon>
>    <div position:absolute/>
>    <div display:table-row/>
> </div>

One other comment.  This is not quite right not matter what, as far as I 
can tell.  The actual box tree parent of the abs pos box, at least in 
Gecko, is its containing block.  Which is only the table if that's set 
to be position:relative, of course.

-Boris

Received on Saturday, 22 May 2010 03:24:21 UTC