From 161392c807e4a1a0bdb804335f5a82d64529f586 Mon Sep 17 00:00:00 2001 From: David Awogbemila Date: Wed, 13 Nov 2024 07:46:38 -0800 Subject: [PATCH] Map snap-event WPTs to web-features web-features[1] is an effort to build a shared catalog of features of the web platform. This patch adds some of the necessary configuration to ensure that snap events are represented in web-features. Snap Events have been added[2] to the web-features repository as scroll-snap-events. [1] https://github.com/web-platform-dx/web-features [2] https://github.com/web-platform-dx/web-features/commit/e4c58050d0a65e53050cbdd0119ee87f423b8690 Bug: 365784987 Change-Id: I31c901305dd72fde21a5d5cf1176604fbaa91bde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5851064 Commit-Queue: David Awogbemila Reviewed-by: Robert Flack Cr-Commit-Position: refs/heads/main@{#1382338} --- css/css-scroll-snap-2/WEB_FEATURES.yml | 5 +++++ css/css-scroll-snap-2/scrollsnapchange/WEB_FEATURES.yml | 3 +++ css/css-scroll-snap-2/scrollsnapchanging/WEB_FEATURES.yml | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 css/css-scroll-snap-2/WEB_FEATURES.yml create mode 100644 css/css-scroll-snap-2/scrollsnapchange/WEB_FEATURES.yml create mode 100644 css/css-scroll-snap-2/scrollsnapchanging/WEB_FEATURES.yml diff --git a/css/css-scroll-snap-2/WEB_FEATURES.yml b/css/css-scroll-snap-2/WEB_FEATURES.yml new file mode 100644 index 00000000000000..01c52de458e85d --- /dev/null +++ b/css/css-scroll-snap-2/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: scroll-snap-events + files: + - snap-events-with-pseudo-target.tentative.html + - snapevents-at-document-bubble-to-window.html diff --git a/css/css-scroll-snap-2/scrollsnapchange/WEB_FEATURES.yml b/css/css-scroll-snap-2/scrollsnapchange/WEB_FEATURES.yml new file mode 100644 index 00000000000000..5bd7aef477a5f8 --- /dev/null +++ b/css/css-scroll-snap-2/scrollsnapchange/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: scroll-snap-events + files: "**" diff --git a/css/css-scroll-snap-2/scrollsnapchanging/WEB_FEATURES.yml b/css/css-scroll-snap-2/scrollsnapchanging/WEB_FEATURES.yml new file mode 100644 index 00000000000000..5bd7aef477a5f8 --- /dev/null +++ b/css/css-scroll-snap-2/scrollsnapchanging/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: scroll-snap-events + files: "**"