File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -928,11 +928,12 @@ Implied Minimum Size of Flex Items</h3>
928928
929929 For the purpose of calculating an intrinsic size of the element
930930 (e.g. the element's <a>min-content size</a> ),
931- this value causes the element's width/height to become indefinite
931+ this value causes the element's size in that axis to become indefinite
932932 (even if e.g. its 'width' property specifies a <a>definite</a> size).
933933 Note this means that percentages calculated against this size
934934 will be treated as ''height/auto'' .
935- Otherwise, although this may require an additional layout pass to re-resolve percentages in some cases,
935+
936+ Nonetheless, although this may require an additional layout pass to re-resolve percentages in some cases,
936937 this value
937938 (like the ''min-content'' , ''max-content'' , and ''fit-content'' values defined in [[CSS3-SIZING]] )
938939 does not prevent the resolution of percentage sizes within the item.
You can’t perform that action at this time.
0 commit comments