Re: [csswg-drafts] [css-align] Baseline of row with no cells (#10137)

But it's still the same problem:

> If a row doesn’t have any cell that has 'vertical-align: baseline', the baseline of that row is the bottom content edge of the lowest cell in the row.

What's the lowest cell, if there is no cell?

https://github.com/chromium/chromium/blob/5883f5a39a5b3faa1b6c38f028660cab21528174/third_party/blink/renderer/core/layout/table/table_layout_utils.cc#L1752

```cpp
  // Empty row's baseline is top.
  return LayoutUnit();
```
I'm not sure if that comes from any spec.



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


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

Received on Monday, 25 March 2024 21:43:21 UTC