- From: Simon Fraser <smfr@me.com>
- Date: Mon, 15 Jun 2015 13:33:42 -0700
- To: "www-style@w3.org list" <www-style@w3.org>
The scroll snap draft[1] doesn’t describe the interaction between snap-points-x/y and scroll-snap-coordinate on children. For example: <div style=“overflow: scroll; scroll-snap-points-x: repeat(100px)”> <div style="scroll-snap-coordinate: 0 0”; margin-left: 20px;></div> ... </div> Does scrolling snap to 20px? In other words, if descendant elements have "scroll-snap-coordinate”, how does that interact with scroll-snap-points-x/y on the enclosing scroller? Simon [1] http://dev.w3.org/csswg/css-snappoints/
Received on Monday, 15 June 2015 20:34:11 UTC