- From: Raphael Goetter via GitHub <sysbot+gh@w3.org>
- Date: Sat, 22 Oct 2016 12:22:28 +0000
- To: public-css-archive@w3.org
raphaelgoetter has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-flexbox] wrong initial value for flex shorthand == * please tag the issue title with the spec's shortname, like `[css-foo]` * please link to the spec section you're talking about, or at least the spec About CSS Flexible Box Layout Module Level 1 : https://www.w3.org/TR/css-flexbox-1/#flex-property I think there's an error on Flexbox spec about `flex` shorthand initial value: it is set to "1 0 auto", but actually should be "0 1 auto" since: - `flex-grow` initial value is `0` - `flex-shrink` initial value is `1` - `flex-basis` initial value is `auto` Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/634 using your GitHub account
Received on Saturday, 22 October 2016 12:22:35 UTC