Skip to content

Commit 2895e09

Browse files
committed
[css-grid-1] Temporarily revert partial fix for #3565
1 parent 85fa7df commit 2895e09

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-grid-1/Overview.bs

+4-3
Original file line numberDiff line numberDiff line change
@@ -3971,13 +3971,14 @@ Resolve Intrinsic Track Sizes</h3>
39713971
<a lt="limited min-content contribution">limited min-/max-content contributions</a> (respectively),
39723972
floored at zero.
39733973
The <dfn noexport id="limited-contribution" lt="limited min-content contribution | limited max-content contribution">limited min-/max-content contribution</dfn> of an item
3974-
is (for this purpose) its <a lt="min-content contribution">min-</a>/<a>max-content contribution</a> (accordingly);
3974+
is (for this purpose) its <a lt="min-content contribution">min-</a>/<a>max-content contribution</a> (accordingly),
39753975
limited by the <a>max track sizing function</a>
39763976
(which could be the argument to a ''fit-content()'' track sizing function)
3977-
if that is <a lt="fixed sizing function">fixed</a>,
3977+
if that is <a lt="fixed sizing function">fixed</a>
3978+
<!-- ,
39783979
else by it's own <a lt="min-content contribution">min-</a>/<a>max-content contribution</a>
39793980
if the <a>max track sizing function</a>
3980-
is ''grid-template-columns/min-content''/''grid-template-columns/max-content'';
3981+
is ''grid-template-columns/min-content''/''grid-template-columns/max-content'';-->
39813982
and ultimately floored by its <a>minimum contribution</a> (defined below).
39823983

39833984
Otherwise,

0 commit comments

Comments
 (0)