Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
fantasai opened this issue May 12, 2020 · 0 comments
Open
Labels
css-align-3 Current Work css-position-3 Current Work

Comments

@fantasai
Copy link
Collaborator

fantasai commented May 12, 2020

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?

Raised by @cbiesinger on 2020-04-29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css-align-3 Current Work css-position-3 Current Work
Projects
None yet
Development

No branches or pull requests

1 participant