Re: [css3-flexbox] getting multiline flexbox back into the spec

On 07/24/2011 05:36 PM, Alex Mogilevsky wrote:
>
> Option 7.3
>
>      flex-flow: [ rows | columns | horizontal | vertical ] ||
>                 [ normal | reverse | ltr | rtl | ttb | btt ] ||
>                 [ wrap | wrap-reverse | wrap-left | wrap-right | wrap-down| wrap-up ]
>
> (same set, different naming)

I prefer the second set. But I think you need some more restrictions
in the syntax. For example, 'horizontal wrap-left' doesn't make any
sense. :)

I'm pretty sure we'll want balancing at some point. How would you
incorporate that? Add a 'balance' keyword?

~fantasai

Received on Monday, 25 July 2011 17:22:00 UTC