[css-flexbox] Does the automatic min size ignore content flex-basis in the inline axis but not in the block axis? #7270
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
Consider this case:
The cyan element has
flex-basis: 0
, but Blink, WebKit and Gecko agree its inner height is 212px due tomin-height: auto
.However, let's make the inline axis be the main axis:
Now the inner width is the size of the texts "foo" + "bar" plus 12px.
So why does the automatic minimum size take the
flex-basis
of the contents into account in the block axis but not in the inline axis?Is it a bug? I'm not seeing what part of the spec causes the asymmetry.
The text was updated successfully, but these errors were encountered: