Re: [csswg-drafts] [css-flexbox] flex-wrap-layout property for wrapped flex lines (#8252)

I don't understand what `flex-wrap-layout: tabular` is supposed to do, nor what kind of bar chart you want. Flexbox and tables are entirely different layout models, so the text in the image doesn't really make sense to me. Sizing flex items according to their contents is what happens by default, and growing them to fill the available size of the container is what happens when you use `flex-grow`.

Also, if CSS grids are the right tool but your problem is that react-native/yoga doesn't support grid, then how would `flex-wrap-layout: tabular` help if react-native/yoga doesn't support it either? Shouldn't you request react-native/yoga to just support grid instead? I don't know react-native/yoga so I may be missing the point.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8252#issuecomment-1362304179 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 22 December 2022 02:07:00 UTC