Re: [csswg-drafts] [css-flexbox] should transferred size suggestion be clamped by max main size? (#4901)

Maybe?

TBH, maybe the best fix would to add the clamping to the text at the beginning, i.e. after this paragraph:

> In general, the content-based minimum size of a flex item is the smaller of its content size suggestion and its specified size suggestion. However, if the box has an aspect ratio and no specified size, its content-based minimum size is the smaller of its content size suggestion and its transferred size suggestion. If the box has neither a specified size suggestion nor an aspect ratio, its content-based minimum size is the content size suggestion.

Add:
"In all cases, this size is clamped by the main-axis maximum size, if definite."

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

Received on Wednesday, 25 March 2020 22:50:58 UTC