[css-flexbox][css-grid] Automatic minimum size on replaced element with overflow
different than visible/clip
#8502
Labels
Closed as Question Answered
Used when the issue is more of a question than a problem, and it's been answered.
css-flexbox-1
Current Work
css-grid-2
Subgrid; Current Work
https://software.hixie.ch/utilities/js/live-dom-viewer/saved/11339
There is interoperability that in the 1st case the automatic minimum size makes the flex item be 100px, and in the 2nd case the automatic minimum size is avoided due to
overflow: scroll
.However, https://drafts.csswg.org/css-flexbox-1/#min-size-auto says "a flex item that is not a scroll container". And the
<canvas>
is replaced, so it's not really a scroll container?Should the spec check the computed value of
overflow-x/y
instead of being a scroll container? Should browsers change?The text was updated successfully, but these errors were encountered: