- From: Brad Kemper <brad.kemper@gmail.com>
- Date: Sun, 15 Mar 2009 20:17:33 -0700
- To: Jonathan Snook <jonathan.snook@gmail.com>
- Cc: Tab Atkins Jr. <jackalmage@gmail.com>, www-style@w3.org
On Mar 15, 2009, at 7:43 PM, Jonathan Snook wrote: > <div id="a"> > <div id="a1"></div> > <div id="a2"></div> > </div> > > #a { grid-columns: * *; grid-rows: *; } > #a1 { position: absolute; top: 0; bottom: 1gr; } > #a2 { position: absolute; top: 0; bottom: 1gr; } > > How tall is #a? If absolute positioning takes the elements outside > of document flow, and a grid row height is flexible, how do you > determine that? It would be zero height and width.
Received on Monday, 16 March 2009 03:18:14 UTC