From 395971d1915429d5602e5ca5966729c0de6b862a Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:46:42 +0800 Subject: [PATCH] chore(css): remove not-supported values for `text-spacing-trim` (#870) chore(css): remove not-supported for `text-spacing-trim: {trim-both,trim-all,auto}` Co-authored-by: Brian Smith --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index ebba0bdf..4c1f9ffa 100644 --- a/css/properties.json +++ b/css/properties.json @@ -10105,7 +10105,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-size-adjust" }, "text-spacing-trim": { - "syntax": "space-all | normal | space-first | trim-start | trim-both | trim-all | auto", + "syntax": "space-all | normal | space-first | trim-start", "media": "visual", "inherited": true, "animationType": "discrete",