From 0c0277dac6326d5a503a1eb23e7d468220d4ff05 Mon Sep 17 00:00:00 2001 From: Chris Cuellar <58723+ChrisC@users.noreply.github.com> Date: Wed, 22 Oct 2025 21:51:44 -0700 Subject: [PATCH] maps will-change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Feature: will-change Reference: https://github.com/web-platform-dx/web-features/blob/main/features/will-change.yml Note: The `will-change` CSS property gives hints to the browser about expected changes to an element's scroll position, contents, or style, enabling performance optimization for upcoming style changes. Results: - Total matches found: 238 - Filtered: 53 files WEB_FEATURES.yml files created: ✅ css/css-will-change/WEB_FEATURES.yml - Will-change root-level tests (53 files) using '**' pattern Excluded (0 files): All tests in the css/css-will-change/ directory are dedicated to testing the will-change property. --- css/css-will-change/WEB_FEATURES.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 css/css-will-change/WEB_FEATURES.yml diff --git a/css/css-will-change/WEB_FEATURES.yml b/css/css-will-change/WEB_FEATURES.yml new file mode 100644 index 00000000000000..ee3fa15337f7bb --- /dev/null +++ b/css/css-will-change/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: will-change + files: '**'