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
The <a>content size suggestion</a> is the <a>min-content size</a> in the <a>main axis</a>,
951
945
clamped, if it has an aspect ratio, by any <a>definite</a><a lt="min cross size property">min and max cross size properties</a> converted through the aspect ratio,
952
946
and then further clamped by the <a>max main size property</a> if that is <a>definite</a>.
953
947
</dl>
954
948
955
-
For the purpose of calculating an intrinsic size of the element
956
-
(e.g. the element's <a>min-content size</a>),
957
-
this value causes the element's size in that axis to become indefinite
949
+
For the purpose of calculating an intrinsic size of the box
950
+
(e.g. the box’s <a>min-content size</a>),
951
+
this value causes the box’s size in that axis to become indefinite
958
952
(even if e.g. its 'width' property specifies a <a>definite</a> size).
959
953
Note this means that percentages calculated against this size
960
-
will be treated as ''height/auto''.
954
+
will [=behave as auto=].
961
955
962
956
Nonetheless, although this may require an additional layout pass to re-resolve percentages in some cases,
0 commit comments