[csswg-drafts] [css-align-3] mixing baseline self-alignment and content alignment (#6389)

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

== [css-align-3] mixing baseline self-alignment and content alignment ==
> 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.


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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 16 June 2021 19:14:58 UTC