You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edge allocates 10 columns, then fill only three of them
Firefox allocates as many columns as the container width allows, then fill only three of them
Chrome allocates as many columns as the container width allows, then fill only two of them by wrapping the first two lines on the same column, but not the third one (wait, what)?
And it makes sense again when you need min-content:
And, of course, that means it isn't interoperable ;-)
So even if it is defined somewhere implementers didn't find it...
I think Firefox makes sense when you need fit-content:
And it makes sense again when you need min-content:
I have seen real interop issues due to this while digging some tables bugs.
We should sort this out ;-)