[csswg-drafts] [css-position-3][css-align-3] justify-self on abspos children of flexbox (#5061)

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-position-3][css-align-3] justify-self on abspos children of flexbox ==
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`?)
- B) Is it Web-compatible to do this?


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5061 using your GitHub account

Received on Tuesday, 12 May 2020 06:34:02 UTC