If a multicol is (in) a scroll snap container, is there a way to snap to columns, or to rows of columns? I don't believe current specifications say so anywhere.
I suspect a way to approach this would be to add a column value to scroll-snap-align (combinable with start | end | center to let an element create snap positions not on itself, but on the columns in generates.
Or maybe we should generalize some more, and have the same mechanism enable a grid to declare snap positions on its rows/columns as well?
If a multicol is (in) a scroll snap container, is there a way to snap to columns, or to rows of columns? I don't believe current specifications say so anywhere.
I suspect a way to approach this would be to add a
columnvalue toscroll-snap-align(combinable withstart | end | centerto let an element create snap positions not on itself, but on the columns in generates.Or maybe we should generalize some more, and have the same mechanism enable a grid to declare snap positions on its rows/columns as well?