[csswg-drafts] [css-grid] Styling Grid Gaps/Gutters

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

== [css-grid] Styling Grid Gaps/Gutters ==
There's been a number of requests for styling grid gaps (gutters). We have a `column-rule` property from the multicol module we should probably try to re-use, but the styling requirements for grids are more complicated due to e.g. spanning elements, which we have to figure out what to do with.

There's also styling requirements that apply to both multicol and grid that we aren't meeting. (E.g. having the rule start not flush with the top/bottom of the column boxes but somewhat inset, various fancier graphical effects than a simple “line”.)

Basic line rules that can reasonably interact with spanning elements is the top priority, but we should have some idea at what else we might need to accommodate in the future.

This is a placeholder issue to collect use cases and examples, so that we understand problems we need to handle before we try to design a solution. Please add suggestions/examples/ideas/drawings/background info/warnings/suggestions/anything else that seems like it might be helpful! While we're unlikely to handle 100% of all the graphic design capabilities the Internet can imagine, we should at least aim to handle the more common cases.

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

Received on Thursday, 7 June 2018 22:56:56 UTC