- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Fri, 21 May 2010 17:03:17 -0400
- To: "Tab Atkins Jr." <jackalmage@gmail.com>
- CC: "www-style@w3.org" <www-style@w3.org>
On 5/21/10 4:48 PM, Tab Atkins Jr. wrote: > It means exactly what it sounds like, at least in my mental model of > how things work. A box doesn't lose its box-tree siblings just > because it's positioned. It doesn't participate in their flow, but it > still has a familial relationship with them. Really? In that case, what's your mental model of the box tree in this case: <div style="display: table"> <div style="display: table-cell"/> <div style="position: absolute"/> <div style="display: table-row"/> </div> What are the siblings of the absolutely positioned box? What is its parent? What are the siblings' parents? Why does any of that make any sense? -Boris
Received on Friday, 21 May 2010 21:03:52 UTC