RE: [css-flexbox] "applies to" inconsistency

From: Tab Atkins Jr. [mailto:jackalmage@gmail.com] 

> Absposing an element should take it out of the flow entirely, and not interact with its siblings or ancestors in any way.

Actually that is no true for absolute positioning in general. Unfortunately. If some of coordinates are not specified, coordinates of element's "static" position are used. But "static" position doesn't really exist, so it is an estimate of where it would be hypothetically if it weren't positioned. 

(if the above doesn't make sense, ask for an example)

For a flex item, the hypothetical static position is probably where it would have been if it had width/height of zero and flex of zero. Alignment may make it more complicated.

Received on Wednesday, 12 May 2010 00:01:47 UTC