Re: [css3-flexbox] flex-flow: wrap

On Wed, Dec 7, 2011 at 1:50 PM, fantasai <fantasai.lists@inkedblade.net> wrote:
> On 12/06/2011 04:12 PM, Ojan Vafai wrote:
>> We should split wrapping out of flex-flow into a flex-wrap property. It
>> made sense to combine them into flex-flow before when
>> we had physical values, but now that we only have logical values, there's
>> no benefit to since there are no invalid combinations.
>
> What happens if we add physical values later?

We define things appropriately to work together.  For example, if a
physical wrap value was mixed with a logical direction value, we could
just make it compute to 'wrap' or something.

~TJ

Received on Wednesday, 7 December 2011 22:07:02 UTC