Re: [css-flexbox] typo in flex algorithm?

On Tue, Sep 22, 2015 at 1:56 PM, Christian Biesinger
<cbiesinger@google.com> wrote:
> In https://drafts.csswg.org/css-flexbox-1/#remaining-free-space
> it says:
> "If the sum of the unfrozen flex items’ flex factors is less than one,
> multiply the initial free space by this sum"
>
> Should "flex factors" be "flex-grow factors"? Or does this use
> grow/shrink depending on what is being used? Wondering if using the
> shrink factor here makes much sense...

It's not a typo.  It depends on which is being used, per step 1 of
that algorithm.

~TJ

Received on Tuesday, 22 September 2015 21:30:06 UTC