Skip to content

Commit f929142

Browse files
committed
[css-flexbox] Fix min/max-content cross-size for single-line flexboxes.
1 parent 0dafac2 commit f929142

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-flexbox/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2748,9 +2748,10 @@ Intrinsic Sizes</h3>
27482748
it is simply the largest <a>min-content contribution</a>
27492749
of all the <a>flex items</a> in the <a>flex container</a>.
27502750

2751-
The <dfn>min-content cross size</dfn> and <dfn>max-content cross size</dfn> of a flex container
2752-
are the <a>cross size</a> of the flex container
2753-
after performing layout into the given available <a>main-axis</a> space and infinite available <a>cross-axis</a> space.
2751+
The <dfn>min-content cross size</dfn> and <dfn>max-content cross size</dfn> of a <a>single-line</a> <a>flex container</a>
2752+
is the largest <a>min-content contribution</a> or <a>max-content contribution</a> (respectively)
2753+
of its <a>flex items</a>.
2754+
For a <a>multi-line</a> <a>flex container</a>, ...
27542755

27552756
The <strong>main-size <a lt="min-content contribution">min-content</a>/<a>max-content contribution</a> of a <a>flex item</a></strong>
27562757
is its outer <a lt="min-content size">min-content</a>/<a>max-content size</a>,

0 commit comments

Comments
 (0)