[csswg-drafts] [css-align][css-grid] Do grid items that have "no baseline set" participate in baseline alignment? (#4675)

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

== [css-align][css-grid] Do grid items that have "no baseline set" participate in baseline alignment? ==
Do grid items that have "no baseline set" participate in baseline alignment?

The css-align spec says about blocks:
"If there is no such line box or child, then the block container has no baseline set."
https://drafts.csswg.org/css-align/#baseline-export

So it's clear that grid items that are empty block containers have "no baseline set".

What is unclear is if we should synthesize a baseline and participate in the baseline alignment, or if such items don't participate in baseline alignment at all and instead use their [fallback alignment](https://drafts.csswg.org/css-align-3/#valdef-justify-self-first-baseline)?

(Filed from discussion in [this bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1609403).)

CC @javifernandez 


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

Received on Wednesday, 15 January 2020 20:09:02 UTC