Minding the gaps: A new way to draw separators in CSS
blogs.windows.com
Minding the gaps: A new way to draw separators in CSS
1–10 of 99 posts
Re: Minding the gaps: A new way to draw separators in CSS
#2Re: Minding the gaps: A new way to draw separators in CSS
#3this is just `display: grid` though, and not for non-fixed width elements – the hacker news nav bar is an example where the | between links—on small screens—will either appear at the end of the first line, or at the start of the second line
Re: Minding the gaps: A new way to draw separators in CSS
#4this has been a pain point for a long, long time. it's cool to see someone doing something this is just `display: grid` though, and not for non-fixed width elements – the hacker news nav bar is an example where the | between links—on small screens—will either appear at the end of the first line, or at the start of the second line
It’s also for flexbox
> and not for non-fixed width elements
What’s this mean? The biggest thing grid can’t do is wrapping; is that what you mean?
Re: Minding the gaps: A new way to draw separators in CSS
#5Re: Minding the gaps: A new way to draw separators in CSS
#6Design by committee is not the best but if you need one more view to be convinced, as a non native English speakers the property names proposed are not communicating the meaning very well. Eg Defining the gap but drawing the separator.
Re: Minding the gaps: A new way to draw separators in CSS
#7I sure as hell hope not. It would be groundhog day.
Re: Minding the gaps: A new way to draw separators in CSS
#8Re: Minding the gaps: A new way to draw separators in CSS
#9Design by committee is not the best but if you need one more view to be convinced, as a non native English speakers the property names proposed are not communicating the meaning very well. Eg Defining the gap but drawing the separator.
Was just wondering that myself.. why they went with "rule" in `column-rule` and now `row-rule`
Re: Minding the gaps: A new way to draw separators in CSS
#10I wish they took the use-case of resizable panels into account. Even if the implementation is fully user-land, a styleable separator that can also receive events would be so useful.