diff --git a/css-grid-1/Overview.bs b/css-grid-1/Overview.bs index 5aad798da79e..7883c38d02a5 100644 --- a/css-grid-1/Overview.bs +++ b/css-grid-1/Overview.bs @@ -4109,8 +4109,6 @@ Resolve Intrinsic Track Sizes If the track has a ''max-content'' max track sizing function, set its growth limit to the maximum of the items’ max-content contributions. - For ''fit-content()'' maximums, - furthermore clamp this growth limit by the ''fit-content()'' argument. In all cases, if a track’s growth limit is now less than its base size, @@ -4230,8 +4228,6 @@ Resolve Intrinsic Track Sizes a max track sizing function of ''max-content'' by distributing extra space as needed to account for these items' max-content contributions. - However, limit the growth of any ''fit-content()'' tracks - by their ''fit-content()'' argument. Repeat incrementally for items with greater spans until all items have been considered.