- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Thu, 18 Apr 2019 19:53:28 +0000
- To: public-css-archive@w3.org
OK, so looking at this more closely, it is handled in E (which is where we fall down to): > Otherwise, size the item into the available space using its used flex basis in place of its main size, treating a value of content as max-content. If a cross size is needed to determine the main size (e.g. when the flex item’s main size is in its block axis) and the flex item’s cross size is auto and not definite, in this calculation use fit-content as the flex item’s cross size. The flex base size is the item’s resulting main size. The max-content size takes into account any sizing constraints in the cross axis: https://drafts.csswg.org/css-sizing-3/#intrinsic-sizes We might want to make it clearer that this case is handled, though. -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3736#issuecomment-484664818 using your GitHub account
Received on Thursday, 18 April 2019 19:53:30 UTC