Skip to content

Pin scroll-snap-events status to the events themselves #3158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions features/scroll-snap-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: Scroll snap events
description: The `scrollsnapchanging` and `scrollsnapchange` events fire when a scroll gesture changes the selected scroll snap target.
spec: https://drafts.csswg.org/css-scroll-snap-2/#scrollsnapchange-and-scrollsnapchanging
group: scrolling
status:
compute_from:
- api.Document.scrollsnapchange_event
- api.Document.scrollsnapchanging_event
- api.Element.scrollsnapchange_event
- api.Element.scrollsnapchanging_event
- api.Window.scrollsnapchange_event
- api.Window.scrollsnapchanging_event
compat_features:
- api.Document.scrollsnapchange_event
- api.Document.scrollsnapchanging_event
Expand Down
7 changes: 5 additions & 2 deletions features/scroll-snap-events.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@

status:
baseline: false
support: {}
support:
chrome: "129"
chrome_android: "129"
edge: "129"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "129"
Expand All @@ -20,7 +24,6 @@ compat_features:
- api.Window.scrollsnapchange_event
- api.Window.scrollsnapchanging_event

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
- api.SnapEvent.SnapEvent