[csswg-drafts] [css-grid] Possibility of having gaps only on specific columns/rows (#5056)

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

== [css-grid] Possibility of having gaps only on specific columns/rows ==
While attempting to recreate the design in the image below, there is a column of content which has a sort of margin between itself and its adjacent column. However, there are no other such column gaps in the rest of the design. Currently, I would add an empty track for that purpose but wondered if there was a possibility of having grid gaps only on specific columns or rows.

![overlay-2](https://user-images.githubusercontent.com/1461498/81472898-6726c880-922d-11ea-9588-9289a282ae96.jpg)

The most related issues I can find are https://github.com/w3c/csswg-drafts/issues/1659 and maybe https://github.com/w3c/csswg-drafts/issues/2748, because the W3C discussion log mentions the consideration required for items that span across gaps, which is evident in the image example above.

Gap is currently defined in CSS Box Alignment Module Level 3 (https://www.w3.org/TR/css-align-3/#gaps).

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

Received on Saturday, 9 May 2020 11:45:56 UTC