[css-grid] What is the definition of "last baseline" for a Grid container?

CSS Align says:
"The first and last baselines of a box are determined differently
based on the layout model, as follows: [...]
grid containers
   * See Grid Baselines in [CSS3-GRID-LAYOUT]."
https://drafts.csswg.org/css-align-3/#last-baseline-set

But "12.6. Grid Baselines" doesn't say anything about "last baseline",
only "first baseline":
https://drafts.csswg.org/css-grid/#grid-baselines

In contrast, CSS Align says about tables:
"The first (last) inline-axis baselines of a table box are
the first (last) baselines of its first (last) row."
https://drafts.csswg.org/css-align-3/#last-baseline-set

So I suspect that Grid containers should have a similar definition
for "last baseline" as in 12.6, but with "first row" replaced with
"last row" and "baseline" with "last baseline" etc.

/Mats

Received on Monday, 7 March 2016 02:35:13 UTC