Re: [csswg-drafts] [css-grid] Manage GRID cell as FLEX. (#6714)

> each individual cell behaves like a separate FLEX container

This is also totally possible already by setting `display:flex` to the grid element.

Regarding making this behavior the default one, I doubt it would be a good idea as changing the internal behavior of the element implicitly just because of the type of its container seems rather counter-intuitive and potentially confusing. Having explicit options to make grid cells behave as block containers (useful for content-oriented websites) or flex containers and even nested grid containers (good for UI components), without implicit dependency of this behavior on the container type — as we have now — is much more consistent and makes more sense to me. 

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


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

Received on Monday, 4 October 2021 23:11:28 UTC