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
However, authors may want different fallbacks, e.g. #11244 wants space-between but falling back to safe center instead of safe flex-start. I could also imagine wanting e.g. space-evenly but falling back to unsafe center.
The fallback alignment for distributed alignments is:
space-between
:safe flex-start
space-around
:safe center
space-evenly
:safe center
stretch
:flex-start
However, authors may want different fallbacks, e.g. #11244 wants
space-between
but falling back tosafe center
instead ofsafe flex-start
. I could also imagine wanting e.g.space-evenly
but falling back tounsafe center
.So we could generalize the syntax from https://drafts.csswg.org/css-align/#align-justify-content, e.g.
The text was updated successfully, but these errors were encountered: