- From: Sebastian Zartner via GitHub <sysbot+gh@w3.org>
- Date: Wed, 02 Sep 2020 19:35:40 +0000
- To: public-css-archive@w3.org
I get the point now. So the request is to make the snap positions "stickier" than `normal` but not enforce to stop at them like `always` does. One thing to note here is that the spec. currently leaves the definition of the snapping mechanics undefined, meaning that UAs can implement different behaviors for the `normal` value. So it might rather be an implementation issue you're facing. I think the question here is whether you just want `normal` to be stickier or if there are use cases in which you'd want some scroll snap areas to be stickier than others (but not force snapping to happen). Sebastian PS: Just for reference, there's a bug in the Chromium implementation of `scroll-snap-stop: always;`, see https://bugs.chromium.org/p/chromium/issues/detail?id=1122774. -- GitHub Notification of comment by SebastianZ Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5467#issuecomment-685953058 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 2 September 2020 19:35:42 UTC