From b8f9211895f6acaff49dc83a17b7874f0abae71f Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Fri, 28 Jun 2024 17:40:54 +0300 Subject: [PATCH] Add text keyword to background-clip See https://github.com/mdn/data/pull/201 and https://developer.mozilla.org/en-US/docs/Web/CSS/background-clip All browsers already support unprefixed version and text keyword. --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index 2195da0bb..2e4731599 100644 --- a/css/properties.json +++ b/css/properties.json @@ -2241,7 +2241,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-blend-mode" }, "background-clip": { - "syntax": "#", + "syntax": "[ | text ]#", "media": "visual", "inherited": false, "animationType": "repeatableList",