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

> -----Original Message-----
> From: Tab Atkins Jr. [mailto:jackalmage@gmail.com]
> Sent: Tuesday, May 11, 2010 7:34 PM
>
> Right, you do have to figure out something reasonable for static position,
> which can indeed be difficult in a dynamic layout algorithm like flexbox.  But
> it's a solveable problem.
> 
> Aside from that, though, abspos elements should not participate in any way
> in the layout algorithm of their parent.

Exactly. 

One way to define "static" position is to say it is "start before" corner of the flexbox. It is not very useful but if this is not considered an intended use of Flexbox *and* is clearly defined it could help avoid unnecessary complexity (and unnecessary interop mess)

Received on Wednesday, 12 May 2010 02:42:59 UTC