Skip to content
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

[css-align-3] mixing baseline self-alignment and content alignment #6389

Open
fantasai opened this issue Jun 16, 2021 · 0 comments
Open

[css-align-3] mixing baseline self-alignment and content alignment #6389

fantasai opened this issue Jun 16, 2021 · 0 comments

Comments

@fantasai
Copy link
Collaborator

If both baseline content-alignment and baseline self-alignment are specified in the same axis on the same box, only baseline self-alignment is honored in that axis; the content-alignment in that axis must be treated as start.

Two problems with this text:

  1. It doesn't specify how non-baseline values of content-alignment interact with baseline self-alignment. Blink does content-alignment first, and then baseline self-aligns (which is good behavior) whereas Firefox does baseline self-alignment first and then content aligns (which results in something that looks totally random).
  2. For last baseline-alignment, we probably want to treat it as end rather than start.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant