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
Unclear is align-tracks / justify-tracks is a good design see previous issue: #8207
However currently underspecified. Specifically:
Unclear how to deal with items which are spanning multiple tracks. I played very quickly with this in Firefox and unclear what was occuring.
"stretch" needs to be defined precisely. Specifically you can get into an over-constrained situation with items having max-height specified on them. How to you distribute the excess space when one item hits its max?
From talking with web-developers the fact that flexbox flexes based on the content box was confusing, and likely shouldn't be carried forward to other modes. Grid doesn't do this - we shouldn't do this for masonry as well.
Increasing auto-margins isn't how flexbox works, should likely rely on flexbox behaviour here?
Unclear is
align-tracks
/justify-tracks
is a good design see previous issue:#8207
However currently underspecified. Specifically:
Edit - a simple example of the spanning issue: https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=11095
The text was updated successfully, but these errors were encountered: