Re: [csswg-drafts] [css-flexbox] Clarify whether unresolvable percentages prevent stretching? (#4312)

The Note in https://drafts.csswg.org/css-sizing-3/#behave-auto says

> Note: Legacy spec prose defining layout behavior might explicitly refer to width/height having a computed value of auto as a condition; these should be interpreted as meaning behaves as auto, and reported to the CSSWG for updating.

Does that mean that https://drafts.csswg.org/css-flexbox/#valdef-align-items-stretch should change from
> If the cross size property of the flex item _computes to auto_, and neither of the cross-axis margins are auto, the flex item is stretched

to 
> If the cross size property of the flex item _behaves as auto_, and neither of the cross-axis margins are auto, the flex item is stretched

Which would bring us back to the original question?

-- 
GitHub Notification of comment by davidsgrogan
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4312#issuecomment-531859976 using your GitHub account

Received on Monday, 16 September 2019 16:45:06 UTC