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
The flexbox specs and alignment specs both have instructions about the fallback behavior of justify-content: space-between, and they contradict each other.
The flexbox spec says it falls back to 'flex-start':
Note that 'start' and 'flex-start' sound similar but are subtly different in a flexbox context, so the distinction is important.
Could these specs be clarified to be non-contradictory on this point?
(I think the flexbox spec just needs an update.... I guess flexbox doesn't know about 'start' and 'end' keywords and the other "new" things in the css-align spec, so maybe it's tricky to reference those from flexbox. Still: the current text that I quoted above ["this value is identical to 'flex-start'"] is clearly incorrect & problematic, if the align spec is really authoritative on this point.)