Skip to content

Commit ff131e6

Browse files
committed
[css-flexbox] Address dholbert's wording concerns in https://lists.w3.org/Archives/Public/www-style/2016Apr/0044.html
1 parent 0a44c4d commit ff131e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-flexbox/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)