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. ~TJReceived on Thursday, 31 May 2012 15:03:49 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:08:17 UTC