- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 31 May 2018 22:35:21 +0000
- To: public-css-archive@w3.org
Yes, the different default value is definitely intentional; when you set something like `flex: 200px`, you want it to start at 200px and grow, so it needs to default to 1. But we want flex items to default to not growing at all, for simplicity, so the initial value is `0`. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2710#issuecomment-393703566 using your GitHub account
Received on Thursday, 31 May 2018 22:35:23 UTC