Re: [css3-flexbox] 7.3 Components of flexbility

On Wed, May 30, 2012 at 11:14 PM, Sylvain Galineau
<sylvaing@microsoft.com> wrote:
> This section holds a note that says:
>
> # Authors are encouraged to control flexibility using the 'flex' shorthand rather than with component properties.
>
> Any particular reason this encouragement is required for Flexbox?
>
> [1] http://dev.w3.org/csswg/css3-flexbox/#flex-components

Because there are two basic types of flexing you can do (the old
"absolute" vs "relative" flexing distinction) and the initial values
for the properties are set up to only support one of them.  Using the
'flex' shorthand ensures that things "just work" in the common cases.

~TJ

Received on Thursday, 31 May 2012 15:03:49 UTC