Bug 146823 - Implement scroll-snap-points-x and scroll-snap-points-y properties
Summary: Implement scroll-snap-points-x and scroll-snap-points-y properties
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-09 20:20 PDT by yisibl
Modified: 2020-10-16 08:58 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yisibl 2015-07-09 20:20:10 PDT
These two properties are not standard at present, but a lot of time CSS authors want to be able to control the level and the vertical effect.

Firefox 39 has supported.

MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-type-x
https://bugzilla.mozilla.org/show_bug.cgi?id=945584
Comment 1 Martin Robinson 2020-10-16 08:58:02 PDT
scroll-snap-points-x and scroll-snap-points-y have been removed from the specification and I believe that support was removed from WebKit in https://trac.webkit.org/changeset/210024/webkit. I'm going to close this bug as invalid.