From 1c27870e37481dd49ce3e49253cb55731f3fac81 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Wed, 9 Oct 2024 13:55:11 +0100 Subject: [PATCH] added auto value to text-emphasis-position property --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index b3661913..d3ad78f4 100644 --- a/css/properties.json +++ b/css/properties.json @@ -9878,7 +9878,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-emphasis-color" }, "text-emphasis-position": { - "syntax": "[ over | under ] && [ right | left ]", + "syntax": "auto | [ over | under ] && [ right | left ]", "media": "visual", "inherited": true, "animationType": "discrete",