[css-grid] Grid implies that items are always resolved against a definite size · Issue #1319 · w3c/csswg-drafts (original) (raw)
In the last paragraph of section 11.1, Grid says:
Once the size of each grid area is thus established, the grid items are laid out into their respective containing blocks.
This seems to imply that, at this point, the grid areas should be treated as having definite heights and widths, so that %s on grid items always resolve. Is this what we actually wanted?