Re: [csswg-drafts] [css-align-3] Do the CSS2.1 rules apply for determining the last-baseline of flex/grid/etc ? (#7638)

We also have this CSS2.1 issue, fwiw:
  https://github.com/w3c/csswg-drafts/issues/2781

So, options:
* Give first-baseline this weird behavior, take the desired behavior for last-baseline.
  * This would put the last baseline above the first in many cases.
* Give both first and last-baseline this weird behavior
  * Consistent but not awesome.
* If `baseline-source` is `auto`, do the weird thing, otherwise use the desired behavior.
  * Lets us opt out of weirdness and use the real baseline.

Desired behavior being: use the actual baseline if it's above the box’s bottom edge, and clamp it to that position if it overflows. See #7660

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7638#issuecomment-1230899271 using your GitHub account


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

Received on Monday, 29 August 2022 21:50:09 UTC