From 5939a26fb670c31feb6aeecb42f76df286fd83ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Tue, 30 Apr 2024 10:55:06 +0200 Subject: [PATCH] Add scrollend.dist.yml (#1005) 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. --- feature-group-definitions/scrollend.dist.yml | 21 ++++++++++++++++++++ feature-group-definitions/scrollend.yml | 6 ++++-- 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 feature-group-definitions/scrollend.dist.yml diff --git a/feature-group-definitions/scrollend.dist.yml b/feature-group-definitions/scrollend.dist.yml new file mode 100644 index 00000000000..aa91c46b030 --- /dev/null +++ b/feature-group-definitions/scrollend.dist.yml @@ -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 diff --git a/feature-group-definitions/scrollend.yml b/feature-group-definitions/scrollend.yml index 709708b0c87..e360b025bb6 100644 --- a/feature-group-definitions/scrollend.yml +++ b/feature-group-definitions/scrollend.yml @@ -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