File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -3580,6 +3580,10 @@ Grid Sizing Algorithm</h3>
3580
3580
assume the <a>available space</a> that it would have
3581
3581
if any row with a <a>definite</a> <a>max track sizing function</a>
3582
3582
had that size and all other rows were infinite.
3583
+ If both the <a>grid container</a> and all tracks have <a>definite</a> sizes,
3584
+ also apply 'align-content' to find the final effective size
3585
+ of any gaps spanned by such items;
3586
+ otherwise ignore the effects of track alignment in this estimation.
3583
3587
3584
3588
<div class="issue">
3585
3589
Would it help to have <a href="https://lists.w3.org/Archives/Public/www-style/2016Jan/0128.html">heuristics</a>
@@ -4401,6 +4405,13 @@ Major Changes</h4>
4401
4405
</ul>
4402
4406
</blockquote>
4403
4407
4408
+ <li id="change-2017-track-alignment-sizing">
4409
+ Better incorporated the alignment of tracks
4410
+ ('align-content' /'justify-content' )
4411
+ into the track sizing algorithm.
4412
+ (<a href="https://github.com/w3c/csswg-drafts/issues/2557">Issue 2557</a> ,
4413
+ <a href="https://github.com/w3c/csswg-drafts/issues/2697">Issue 2697</a> )
4414
+
4404
4415
<li id="change-2017-repeat-serialization">
4405
4416
Require the used value of a track listing
4406
4417
to be serialized without using ''repeat()'' notation.
You can’t perform that action at this time.
0 commit comments