Skip to content

Commit cc5dd2a

Browse files
fantasaifergald
authored andcommitted
[css-flex-1] Floor flex item min-content size by its specified size. w3c#2353
1 parent 5325214 commit cc5dd2a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

css-flexbox-1/Overview.bs

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2888,7 +2888,8 @@ Flex Container Intrinsic Cross Sizes
28882888
Flex Item Intrinsic Size Contributions
28892889

28902890
2891-
is its outer min-content size,
2891+
is the larger of its outer min-content size
2892+
and specified size (its 'width'/'height' as appropriate, if that is definite),
28922893
clamped by its flex base size as a maximum (if it is not growable)
28932894
and/or as a minimum (if it is not shrinkable),
28942895
and then further clamped by its min/max main size properties.
@@ -3467,6 +3468,19 @@ Changes since the 16 October 2017 CR
34673468
they must be resolved against the inline dimension, as for blocks.
34683469
34693470

3471+
  • 3472+
    3473+
    by their specified size ('width'/'height' as appropriate).
    3474+
    3475+
    3476+
    3477+
    is the larger of its outer min-content size
    3478+
    and specified size (its 'width'/'height' as appropriate, if that is definite),
    3479+
    clamped by its flex base size as a maximum (if it is not growable)
    3480+
    and/or as a minimum (if it is not shrinkable),
    3481+
    and then further clamped by its min/max main size properties.
    3482+
    3483+
    34703484
  • 34713485
    Added some (effectively informative) prose and a cross-reference
    34723486
    to more clearly define ''flex-basis: content''.

    0 commit comments

    Comments
     (0)