[csswg-drafts] [css-align-3][css-tables-3] Define last baseline for tables. (#7655)

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

== [css-align-3][css-tables-3] Define last baseline for tables. ==
"The maximum distance between the top of the cell box and the baseline over all cells that have 'vertical-align: baseline' is used to set the baseline of the row. 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.

The baseline of a table-root is the baseline of its first row, if any. Otherwise, it is the bottom content edge of the table-root."

This definition for first baseline is good! - We also need to define the last baseline behaviour.

Something like:
"The last baseline is defined as:
 - The maxiumum distance between the top of the cell box and the last baseline over all the cells that have 'vertical-align: baseline' is used to set the baseline of the row.
 -  If the row doesn't have any cell that has 'vertical-align: basleine', the baseline of that row is the bottom content edge of the lowest cell in the row.

The last baseline of a table-root is the baseline of its last row, if any."

Ian

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7655 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 16:56:21 UTC