Re: Fw: RE: [css-flexbox] Summary of planned changes to Flexbox Module

On Fri, May 7, 2010 at 5:54 PM, Tab Atkins Jr. <jackalmage@gmail.com> wrote:

> display-inside: flexbox
> flexbox-order: <integer> (1)
> flexbox-wrap: wrap | nowrap (nowrap)
> flexbox-break-before: always | avoid | auto (auto)
> flexbox-break-after: always | avoid | auto (auto)
> flexbox-begin: [ [[top | bottom] && [left | right]] | [[start | end]
> && [before | after]] ] (start before)
>

In the interests of brevity, can we s/flexbox/flex? The "box" part is pretty
clearly implied.

display-inside: flex

> flex-order: <integer> (1)

> flex-wrap: wrap | nowrap (nowrap)

> flex-break-before: always | avoid | auto (auto)

> flex-break-after: always | avoid | auto (auto)

> flex-begin: [ [[top | bottom] && [left | right]] | [[start | end] &&
[before | after]] ] (start before)

Ojan

Received on Monday, 10 May 2010 15:28:18 UTC