From ed68f4f13bbbb50421657a2eeb99c8b431efead6 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Thu, 25 Sep 2025 09:43:57 +0200 Subject: [PATCH] Adding leftover filter property BCD keys --- features/filter.yml | 10 ++++++++++ features/filter.yml.dist | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/features/filter.yml b/features/filter.yml index 6fe7f93ea78..50de97e0498 100644 --- a/features/filter.yml +++ b/features/filter.yml @@ -5,6 +5,16 @@ group: css caniuse: css-filters compat_features: - css.properties.filter + - css.properties.filter.blur + - css.properties.filter.brightness + - css.properties.filter.contrast + - css.properties.filter.drop-shadow + - css.properties.filter.grayscale + - css.properties.filter.hue-rotate + - css.properties.filter.invert + - css.properties.filter.opacity + - css.properties.filter.saturate + - css.properties.filter.sepia - css.types.filter-function - css.types.filter-function.blur - css.types.filter-function.brightness diff --git a/features/filter.yml.dist b/features/filter.yml.dist index a9c77277f8f..efda69968e4 100644 --- a/features/filter.yml.dist +++ b/features/filter.yml.dist @@ -50,3 +50,13 @@ compat_features: # safari: "9.1" # safari_ios: "9.3" - css.properties.filter + - css.properties.filter.blur + - css.properties.filter.brightness + - css.properties.filter.contrast + - css.properties.filter.drop-shadow + - css.properties.filter.grayscale + - css.properties.filter.hue-rotate + - css.properties.filter.invert + - css.properties.filter.opacity + - css.properties.filter.saturate + - css.properties.filter.sepia