From 12e60743d224cd28ddfa60c7ecdd7cbda7621f7b Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:02:13 +0800 Subject: [PATCH] feat(css): Support for `word-break:auto-phrase` (#810) feat(css); Support for `word-break:auto-phrase` Co-authored-by: Vadim Makeev --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index cf7adbfe..1e9c5e66 100644 --- a/css/properties.json +++ b/css/properties.json @@ -10711,7 +10711,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/will-change" }, "word-break": { - "syntax": "normal | break-all | keep-all | break-word", + "syntax": "normal | break-all | keep-all | break-word | auto-phrase", "media": "visual", "inherited": true, "animationType": "discrete",