-
Notifications
You must be signed in to change notification settings - Fork 711
[css-grid][masonry] repeat(auto-areas) #10854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Elika pointed out privately a feature of Grid 1 that I'd completely forgotten about (described in the section they link) - the explicit grid is sized by the larger of So, However, I think this remains an ideal default behavior for Masonry containers. |
@tabatkins I think deciding the initial value of the tracks for masonry is a separate issue, please file it separately. ^_^ |
Regardless of whether it's the initial value or not, my comment still stands here - it provides a useful behavior for Masonry that is not reproducible without the value. |
It does seem to me like this value might be useful in both masonry and non-masonry tracks. But I would expect it to fall back to |
…st when i first defined this) #10854
…st when i first defined this) w3c#10854
Tab's Alternate Masonry Proposal introduced a new
auto-areas
keyword for therepeat()
function, which repeats the given track listing as many times as necessary to accommodate the named template areas.Opening this issue to discuss whether we want to add it to Grid/Masonry.
Note that the effective
grid/masonry-auto-[tracks]
property applies to this case already.The text was updated successfully, but these errors were encountered: