[csswg-drafts] [css-grid] Sizing Grid Containers fails on floats

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

== [css-grid] Sizing Grid Containers fails on floats ==
The spec says 

> A grid container is sized using the rules of the formatting context in which it participates:
>   *  As a block-level box in a block formatting context, it is sized like a block box that establishes a formatting context, with an auto inline size calculated as for in-flow block boxes. 

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.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1734 using your GitHub account

Received on Thursday, 17 August 2017 22:56:06 UTC