From e5afba73ae624cdeaba025ca2f59bbe8e2debb4d Mon Sep 17 00:00:00 2001 From: kimgaeun77 Date: Thu, 15 Feb 2024 14:24:44 +0900 Subject: [PATCH] fix(css): replace value 'center' with '0% 0%' for mask-position inital value --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index ded412a8..59f1379b 100644 --- a/css/properties.json +++ b/css/properties.json @@ -6874,7 +6874,7 @@ "groups": [ "CSS Masking" ], - "initial": "center", + "initial": "0% 0%", "appliesto": "allElementsSVGContainerElements", "computed": "consistsOfTwoKeywordsForOriginAndOffsets", "order": "perGrammar",