[csswg-drafts] wrong initial value for `flex-grow`

xianshenglu has just created a new issue for https://github.com/w3c/csswg-drafts:

== wrong initial value for `flex-grow` ==
[flex-grow](https://drafts.csswg.org/css-flexbox-1/#flex-flex-grow-factor)

> This <number> component sets flex-grow longhand and specifies the flex grow factor, which determines how much the flex item will grow relative to the rest of the flex items in the flex container when positive free space is distributed. **When omitted, it is set to 1.**

There is an error :

**When omitted, it is set to 0.** not 1.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2710 using your GitHub account

Received on Monday, 28 May 2018 06:13:21 UTC