Re: [csswg-drafts] [css-grid] fit-content() definition not clear (#3569)

How about
“Represents the formula max(minimum, min(limit, max-content)) where _minimum_ represents an `auto` minimum (which is often, but not always, equal to a `min-content` minimum) and _limit_ is the argument to fit-content(). This is essentially calculated as the smaller of ''minmax(auto, max-content)'' and ''minmax(auto, limit)''.”
?

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

Received on Wednesday, 30 January 2019 00:07:23 UTC