Skip to content

Commit d45256a

Browse files
committed
[css-grid-1] Simplify condition by removing no-op per #3565 (comment)
1 parent 2895e09 commit d45256a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-grid-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -3976,9 +3976,9 @@ Resolve Intrinsic Track Sizes</h3>
39763976
(which could be the argument to a ''fit-content()'' track sizing function)
39773977
if that is <a lt="fixed sizing function">fixed</a>
39783978
<!-- ,
3979-
else by it's own <a lt="min-content contribution">min-</a>/<a>max-content contribution</a>
3979+
else by it's own <a>min-content contribution</a>
39803980
if the <a>max track sizing function</a>
3981-
is ''grid-template-columns/min-content''/''grid-template-columns/max-content'';-->
3981+
is ''grid-template-columns/min-content'';-->
39823982
and ultimately floored by its <a>minimum contribution</a> (defined below).
39833983

39843984
Otherwise,

0 commit comments

Comments
 (0)