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

On 03/06/2016 09:34 PM, Mats Palmgren wrote:
> 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.

Exactly... Just checked in this fix:
   https://hg.csswg.org/drafts/diff/7b0b195371eb/css-grid/Overview.bs

Let me know if you find any errors.

Thanks!

~fantasai

Received on Thursday, 21 April 2016 21:37:41 UTC