Skip to content

Commit

Permalink
Add scrollend.dist.yml (#1005)
Browse files Browse the repository at this point in the history
The scope of the feature had to be trimmed for this to be considered
supported at all. This seems OK because documents and elements are
probably >90% of the use case for this event.
  • Loading branch information
foolip authored Apr 30, 2024
1 parent 6272cfa commit 5939a26
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
21 changes: 21 additions & 0 deletions feature-group-definitions/scrollend.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Generated from: scrollend.yml
# Do not edit this file by hand. Edit the source file instead!

name: scrollend
description: The `scrollend` event fires when an element or document has finished scrolling.
spec: https://drafts.csswg.org/cssom-view-1/#eventdef-document-scrollend
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4419
status:
baseline: false
support:
chrome: "114"
chrome_android: "114"
edge: "114"
firefox: "109"
firefox_android: "109"
compat_features:
- api.Document.scrollend_event
- api.Element.scrollend_event
# TODO: Also include VisualViewport when supported and consider marking the
# support until that point as partial retroactively.
# - api.VisualViewport.scrollend_event
6 changes: 4 additions & 2 deletions feature-group-definitions/scrollend.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: scrollend
description: The `scrollend` event fires when an element, document or `VisualViewport` has finished scrolling.
description: The `scrollend` event fires when an element or document has finished scrolling.
spec: https://drafts.csswg.org/cssom-view-1/#eventdef-document-scrollend
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4419
compat_features:
- api.Document.scrollend_event
- api.Element.scrollend_event
- api.VisualViewport.scrollend_event
# TODO: Also include VisualViewport when supported and consider marking the
# support until that point as partial retroactively.
# - api.VisualViewport.scrollend_event

0 comments on commit 5939a26

Please sign in to comment.