[css-grid] Unintentional change to grid container baseline? · Issue #3645 · w3c/csswg-drafts (original) (raw)

There was a change made in the last bullet point under §10.6. Grid Container Baselines that looks unintentional. It used to say that the first item should be used, but now it doesn't. It appears that part of this edit was not discussed in the CSSWG meeting, nor mentioned in the resolution, AFAICT, so it looks like an unintentional change to me. It appears that the discussion is mostly about which box (content/block/margin) to use to synthesize the baseline, not that items in other tracks should be ignored. That edit was for issue #373 BTW.

Testcase:

A

B

A

B

Firefox takes the item in the 2nd row into account while Chrome doesn't so we now disagree on this testcase.

I'd like clarification if the change to ignore all items except those in the first(last) track was intentional or not?