[css-grid] fit-content() definition not clear #3569
Labels
Closed Accepted as Editorial
Commenter Satisfied
Commenter has indicated satisfaction with the resolution / edits.
css-grid-1
From https://drafts.csswg.org/css-grid/#valdef-grid-template-columns-fit-content,
This definition seems very confusing to me. For starters,
auto
has different meaning as a minumim than as a maximum, so it's not clear howmin(max-content, max(auto, argument))
should be calculated.In "the track size is clamped at
argument
", it's not clear whether this is a flooring or a ceiling. Usually "clamp" refers to an interval, not a single value.In "if it is greater" it's not clear whether "it" refers to
argument
or to the track size.The text was updated successfully, but these errors were encountered: