From e49b3d66ebc44cc45f9990828ce92c55e7a29d09 Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Fri, 3 May 2024 18:30:33 +0200 Subject: [PATCH] Add unprefixed `mask` support in Chromium All of the other `mask-` properties were unprefixed at the same time, only this one was left unmodified. I think this was missed in the course of running automatic updates for Chrome 120. See: https://github.com/mdn/browser-compat-data/pull/21148#issuecomment-1814638269 --- css/properties/mask.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/properties/mask.json b/css/properties/mask.json index 5891ca8e1415e4..8065cc739e3085 100644 --- a/css/properties/mask.json +++ b/css/properties/mask.json @@ -7,6 +7,9 @@ "spec_url": "https://drafts.fxtf.org/css-masking/#the-mask", "support": { "chrome": [ + { + "version_added": "120" + }, { "prefix": "-webkit-", "version_added": "1", @@ -14,6 +17,7 @@ }, { "version_added": "1", + "version_removed": "120", "partial_implementation": true, "notes": "While the property is recognized, values applied to it don't have any effect." }