You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>If the flexbox doesn't have a definite cross size, the cross size of its content box is the sum of the cross sizes of all of its lines.</li>
1051
1051
1052
-
<li>Determine the final cross size of each flexbox item. For each flexbox item, if it has ''flex-item-align:stretch'', its final cross size is
1053
-
set so that its margin-box cross size is equal to cross-size of its flexbox line. For all other flexbox items, its final cross size is its hypothetical cross size.
1054
-
If the result conflicts with 'min-width', 'max-width', 'min-height' or
1055
-
'max-height', correct the result to comply the restrictions.</li>
1056
-
<pclass="issue">'auto' height must only grow, not shrink here</p>
1057
-
1052
+
<li>
1053
+
<p>Determine the final cross size of each flexbox item.
1054
+
<ol>
1055
+
<li>If a flexbox item has ''flex-item-align:stretch'' and its
1056
+
preferred cross size is 'auto and its margin-box cross size is
1057
+
smaller than cross-size of its flexbox line, its final cross size is
1058
+
set so that its margin-box cross size is equal to cross-size of its flexbox line.
1059
+
<li>For all other flexbox items, its final cross size is its hypothetical cross size.
1060
+
</li>
1061
+
<li>If the resulting cross size of any item conflits with 'min-width', 'max-width', 'min-height' or
1062
+
'max-height', correct the result to comply with the restrictions.</li>
1063
+
</ol>
1064
+
</li>
1058
1065
<li>Resolve 'auto' margins on cross axis. For each flexbox item, if its
1059
1066
margin box cross size is smaller than cross size of its line and it has
1060
1067
any margins in cross direction set to 'auto', distribute the difference
0 commit comments