From 16ea8abfaded0e43baea59dd84b5fdbd1966afcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Wed, 15 May 2024 13:08:39 +0200 Subject: [PATCH] Mark mask-* properties supported in Edge This data can't be mirrored, and so was missed in https://github.com/mdn/browser-compat-data/pull/21148. --- css/properties/mask-image.json | 3 +++ css/properties/mask-position.json | 3 +++ css/properties/mask-repeat.json | 3 +++ css/properties/mask-size.json | 3 +++ 4 files changed, 12 insertions(+) diff --git a/css/properties/mask-image.json b/css/properties/mask-image.json index 5ac69ecee68454..f8f66ca70ccdbc 100644 --- a/css/properties/mask-image.json +++ b/css/properties/mask-image.json @@ -18,6 +18,9 @@ ], "chrome_android": "mirror", "edge": [ + { + "version_added": "120" + }, { "prefix": "-webkit-", "version_added": "79" diff --git a/css/properties/mask-position.json b/css/properties/mask-position.json index 06a18446667f31..4e67fe79bc01f0 100644 --- a/css/properties/mask-position.json +++ b/css/properties/mask-position.json @@ -17,6 +17,9 @@ ], "chrome_android": "mirror", "edge": [ + { + "version_added": "120" + }, { "prefix": "-webkit-", "version_added": "79" diff --git a/css/properties/mask-repeat.json b/css/properties/mask-repeat.json index 1a66facc37146e..159d7d3268d403 100644 --- a/css/properties/mask-repeat.json +++ b/css/properties/mask-repeat.json @@ -17,6 +17,9 @@ ], "chrome_android": "mirror", "edge": [ + { + "version_added": "120" + }, { "prefix": "-webkit-", "version_added": "79" diff --git a/css/properties/mask-size.json b/css/properties/mask-size.json index dc358f575e92aa..0acb3539ebd8e8 100644 --- a/css/properties/mask-size.json +++ b/css/properties/mask-size.json @@ -17,6 +17,9 @@ ], "chrome_android": "mirror", "edge": [ + { + "version_added": "120" + }, { "prefix": "-webkit-", "version_added": "79"