[csswg-drafts] [css-grid-2] Ability for grid items to automatically span rows and columns based on content size

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

== [css-grid-2] Ability for grid items to automatically span rows and columns based on content size ==
This has been asked by authors a number of times, both during in-person conversations and online. Linked are a couple of these requests and use cases.

Authors want items to automatically span based on content size, rather than needing to make that decision and add a span as `grid-column-end` or `grid-row-end`.

**Rows**: when the content of the item is taller than the available space in a fixed height row, span to the next row line.

**Columns**: when the content of the item is wider than the width of a fixed size track, span to the next column line.

The linked issues are from my AMA, and contain examples and use cases.

- https://github.com/rachelandrew/cssgrid-ama/issues/80
- https://github.com/rachelandrew/cssgrid-ama/issues/70


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

Received on Monday, 15 May 2017 13:46:34 UTC