[csswg-drafts] [css-flexbox-1] Initial Value for flex-grow incorrect? (#5602)

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

== [css-flexbox-1] Initial Value for flex-grow incorrect? ==
[Here you'll find a few paragraphs describing flex-grow and flex-shrink](https://drafts.csswg.org/css-flexbox-1/#valdef-flex-flex-grow). It says for `flex-grow`:

> When omitted, it is set to 1.

Is this a mistake? According to [the property definition table](https://drafts.csswg.org/css-flexbox-1/#flex-grow-property) the initial value is 0. So it seems this should be corrected to:

> When omitted, it is set to 0.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 9 October 2020 22:15:13 UTC