File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments