File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ name: Scroll snap events
2
2
description : The `scrollsnapchanging` and `scrollsnapchange` events fire when a scroll gesture changes the selected scroll snap target.
3
3
spec : https://drafts.csswg.org/css-scroll-snap-2/#scrollsnapchange-and-scrollsnapchanging
4
4
group : scrolling
5
+ status :
6
+ compute_from :
7
+ - api.Document.scrollsnapchange_event
8
+ - api.Document.scrollsnapchanging_event
9
+ - api.Element.scrollsnapchange_event
10
+ - api.Element.scrollsnapchanging_event
11
+ - api.Window.scrollsnapchange_event
12
+ - api.Window.scrollsnapchanging_event
5
13
compat_features :
6
14
- api.Document.scrollsnapchange_event
7
15
- api.Document.scrollsnapchanging_event
Original file line number Diff line number Diff line change 3
3
4
4
status:
5
5
baseline: false
6
- support: {}
6
+ support:
7
+ chrome: "129"
8
+ chrome_android: "129"
9
+ edge: "129"
7
10
compat_features:
11
+ # ⬇️ Same status as overall feature ⬇️
8
12
# baseline: false
9
13
# support:
10
14
# chrome: "129"
@@ -20,7 +24,6 @@ compat_features:
20
24
- api.Window.scrollsnapchange_event
21
25
- api.Window.scrollsnapchanging_event
22
26
23
- # ⬇️ Same status as overall feature ⬇️
24
27
# baseline: false
25
28
# support: {}
26
29
- api.SnapEvent.SnapEvent
You can’t perform that action at this time.
0 commit comments