File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2919,6 +2919,7 @@ Flex Item Intrinsic Size Contributions</h4>
2919
2919
The <strong> main-size <a>max-content contribution</a> of a <a>flex item</a> </strong>
2920
2920
is the larger of its <em> outer</em> <a>max-content size</a>
2921
2921
and outer <a>preferred size</a> (its 'width' /'height' as appropriate)
2922
+ if that is not ''width/auto'' ,
2922
2923
clamped by its <a>flex base size</a> as a maximum (if it is not growable)
2923
2924
and/or as a minimum (if it is not shrinkable),
2924
2925
and then further clamped by its <a lt="min main size">min</a> /<a>max main size</a> .
@@ -3518,6 +3519,12 @@ Boris Zbarsky.
3518
3519
Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/">19 November 2018 CR</a></h3>
3519
3520
3520
3521
<ul>
3522
+ <li id="change-2018-correctly-ignore-auto">
3523
+ Correctly ignore ''width/auto'' [=preferred sizes=]
3524
+ in both min <em> and</em> max size contribution calculations.
3525
+ (It was accidentally omitted from the max,
3526
+ tho it shows up in the <a href="#change-2017-flex-min-contribution">changelog</a> ...)
3527
+
3521
3528
<li id="change-2018-move-order">
3522
3529
Moved the 'order' property to [[css-display-3]] .
3523
3530
You can’t perform that action at this time.
0 commit comments