Re: [csswg-drafts] [css-align-3][css-tables] vertical-align in orthogonal table cells (#4033)

> Need clarification for implementation:
> 
> the inline axis of an orthogonal table cell is sized after the baseline alignment of the non-orthogonal cells in that row
> 
> What happens when all cells are orthogonal? Is row height defined by minimum or maximum inline size?

Good question. I would assume the minimum height.

> What are %ge inline/block sizes resolved against?

During the first pass, auto?
During the second pass, which will be required anyway, I suspect we can resolve them, and just like we do with other cells, if there's an overflow, we let the content overflow.

Does that make sense to you?

> vertical-align operates in the block-axis of the table cell
> 
> vertical-align: baseline is interesting. There is no "row baseline", what does baseline alignment means here?

I would assume it's simply being ignored in this case.

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

Received on Saturday, 15 February 2020 18:51:56 UTC