Skip to content

Commit a8e1a6b

Browse files
committed
[css-grid-1] Revert accidental change from min-content to min-size in commit f48098c. #4790 #5352
1 parent 4e81c04 commit a8e1a6b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

css-grid-1/Overview.bs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4184,7 +4184,7 @@ Resolve Intrinsic Track Sizes
41844184
Next increase the growth limit of tracks with
41854185
41864186
4187-
to account for these items' minimum contributions.
4187+
to account for these items' min-content contributions.
41884188
Mark any tracks whose growth limit changed
41894189
from infinite to finite in this step
41904190
as infinitely growable for the next step.
@@ -5037,6 +5037,18 @@ Minor Changes
50375037
  • 50385038
    Required 'grid-template-areas' to define at least one cell in the grid;
    50395039
    ''grid-template-areas: "" "";'' is invalid.
    5040+
    5041+
  • 5042+
    Revert accidental change of [=min-content contribution=] to [=minimum contribution=]
    5043+
    in distributing space for intrinsic [=max track sizing functions=].
    5044+
    5045+
    5046+

    For intrinsic maximums:

    5047+
    Next increase the growth limit of tracks with
    5048+
    5049+
    5050+
    to account for these items' minimum min-content contributions.
    5051+
    50405052
    50415053

    50425054

    0 commit comments

    Comments
     (0)