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 @@ -1729,6 +1729,7 @@ Repeat-to-fill: ''auto-fill'' and ''auto-fit'' repetitions</h5>
1729
1729
the <a>content box</a> of its <a>grid container</a>
1730
1730
(treating each track as its <a>max track sizing function</a> if that is <a>definite</a>
1731
1731
or as its minimum track sizing function otherwise,
1732
+ flooring the <a>max track sizing function</a> by the <a>min track sizing function</a> if both are <a>definite</a> ,
1732
1733
and taking 'gap' into account);
1733
1734
if any number of repetitions would overflow,
1734
1735
then 1 repetition.
@@ -4768,6 +4769,16 @@ Minor Changes</h4>
4768
4769
from its border edges.
4769
4770
</ul>
4770
4771
</blockquote>
4772
+ <li id="change-2017-repeat-min-max">
4773
+ Floor the max track sizing function by the min track sizing function
4774
+ when calculating the number of ''auto-fit'' or ''auto-fill'' repetitions.
4775
+ (<a href="https://github.com/w3c/csswg-drafts/issues/4043">Issue 4043</a> )
4776
+ <blockquote>
4777
+ <p> … (treating each track as its <a>max track sizing function</a> if that is <a>definite</a>
4778
+ or as its minimum track sizing function otherwise,
4779
+ <ins> flooring the <a>max track sizing function</a> by the <a>min track sizing function</a> if both are <a>definite</a> ,</ins>
4780
+ and taking 'gap' into account) …
4781
+ </blockquote>
4771
4782
<li id="change-2017-flex-initial-growth-limit">
4772
4783
Initialize the <a>growth limit</a> of <a>flexible tracks</a> to infinity,
4773
4784
instead of setting it first to the base size and changing it later.
You can’t perform that action at this time.
0 commit comments