Skip to content

Commit edec00d

Browse files
committed
[css-flexbox] No, we really only care about auto-sized elements here, or else 'flex:1;' breaks this.
1 parent 971997e commit edec00d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,8 +871,7 @@ Implied Minimum Size of Flex Items</h3>
871871
<dl>
872872
<dt><var>clamped size</var>
873873
<dd>
874-
If the item’s computed 'flex-basis' is <a>definite</a>,
875-
or the item’s computed 'flex-basis' is ''content''
874+
If the item’s computed 'flex-basis' is ''content''
876875
and its computed <a>main size property</a> is <a>definite</a>,
877876
then the <var>clamped size</var> is that size
878877
(clamped by its <a>max main size property</a> if it's <a>definite</a>).

0 commit comments

Comments
 (0)