[css-grid] Sizing Grid Containers fails on floats · Issue #1734 · w3c/csswg-drafts (original) (raw)

The spec says

A grid container is sized using the rules of the formatting context in which it participates:

This is fine for in-flow block boxes, but for floated boxes (or abspos) the grid container should shrinkwrap. I think perhaps it meant "non-replaced block boxes" here.