Skip to content

Commit 6f23422

Browse files
committed
[css-grid] Clarify that max-content contribution is also recalc'd. Fix linking errors.
1 parent 0e1719a commit 6f23422

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

css-grid/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3435,7 +3435,8 @@ Grid Sizing Algorithm</h3>
34353435
<li>
34363436
Then, if the <a>min-content contribution</a> of any grid items have changed
34373437
based on the row sizes calculated in step 2,
3438-
steps 1 and 2 are repeated with the new <a>min-content contribution</a> (once only).
3438+
steps 1 and 2 are repeated with the new <a>min-content contribution</a>
3439+
and <a>max-content contribution</a> (once only).
34393440

34403441
<div class="note">
34413442
This cycle is necessary for cases where the <a>inline size</a> of a <a>grid item</a>
@@ -4071,13 +4072,13 @@ Changes</h2>
40714072
Added back error handling for when the start and end lines are identical.
40724073
<li>
40734074
Corrected errors in finding the size of the implicit grid
4074-
in the <a>placement algorithm</a>.
4075+
in the <a>auto-placement algorithm</a>.
40754076
<li>
40764077
Auto-place into the <a>implicit grid</a> rather than the <a>explicit grid</a>.
40774078
<li>
4078-
Don't follow ''auto'' values of 'align-self' or 'justify-self'
4079+
Don't follow ''align-self/auto'' values of 'align-self' or 'justify-self'
40794080
on absolutely-positioned children;
4080-
just default to ''start'' alignment.
4081+
just default to ''align-self/start'' alignment.
40814082
(Properties set on the grid container
40824083
usually aren't meant to affect absolutely-positioned children.)
40834084
<li>

0 commit comments

Comments
 (0)