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
Currently the Flexbox spec defines that justify-content on the flex container affects the static position of an abspos flex contaner child. But justify-self on the child has no effect. We're updating the abspos rules to apply alignment across most layout modes; probably we should do that for Flexbox, too, but
A) How would that interact with the justify-content rule currently in place? (Maybe only justify-self: normal follows parent's justify-content?)
Currently the Flexbox spec defines that
justify-content
on the flex container affects the static position of an abspos flex contaner child. Butjustify-self
on the child has no effect. We're updating the abspos rules to apply alignment across most layout modes; probably we should do that for Flexbox, too, butjustify-content
rule currently in place? (Maybe onlyjustify-self: normal
follows parent'sjustify-content
?)Raised by @cbiesinger on 2020-04-29
The text was updated successfully, but these errors were encountered: