From e9b5f45a016fbffc3e29833e0a81d836fc7dcd42 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Tue, 12 Nov 2024 13:40:08 -0500 Subject: [PATCH] Add missing masks keys (#2214) --- features/masks.yml | 7 +++++++ features/masks.yml.dist | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/features/masks.yml b/features/masks.yml index 461808732f7..0c087890260 100644 --- a/features/masks.yml +++ b/features/masks.yml @@ -8,6 +8,10 @@ status: compat_features: - css.properties.mask - css.properties.mask-clip + - css.properties.mask-clip.border + - css.properties.mask-clip.content + - css.properties.mask-clip.padding + - css.properties.mask-clip.text - css.properties.mask-composite - css.properties.mask-composite.add - css.properties.mask-composite.exclude @@ -24,6 +28,9 @@ compat_features: - css.properties.mask-origin.fill-box - css.properties.mask-origin.stroke-box - css.properties.mask-origin.view-box + - css.properties.mask-origin.border + - css.properties.mask-origin.content + - css.properties.mask-origin.padding - css.properties.mask-position - css.properties.mask-repeat - css.properties.mask-size diff --git a/features/masks.yml.dist b/features/masks.yml.dist index 1d67f3eb4a8..7be8ea67b42 100644 --- a/features/masks.yml.dist +++ b/features/masks.yml.dist @@ -43,6 +43,18 @@ compat_features: - css.properties.mask-repeat - css.properties.mask-size + # baseline: false + # support: + # chrome: "120" + # chrome_android: "120" + # edge: "120" + # safari: "15.4" + # safari_ios: "15.4" + - css.properties.mask-clip.border + - css.properties.mask-clip.content + - css.properties.mask-clip.padding + - css.properties.mask-clip.text + # baseline: false # support: # chrome: "120" @@ -53,3 +65,11 @@ compat_features: - css.properties.mask-origin.fill-box - css.properties.mask-origin.stroke-box - css.properties.mask-origin.view-box + + # baseline: false + # support: + # safari: "15.4" + # safari_ios: "15.4" + - css.properties.mask-origin.border + - css.properties.mask-origin.content + - css.properties.mask-origin.padding