- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Fri, 21 May 2010 23:23:46 -0400
- To: "Tab Atkins Jr." <jackalmage@gmail.com>
- CC: "www-style@w3.org" <www-style@w3.org>
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