From ede94437d941af8c97a8192a9923bcf86d0856fa Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 6 Aug 2024 09:15:48 +0200 Subject: [PATCH] [css-inline-3] Rewording of shorthand expansion --- css-inline-3/Overview.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css-inline-3/Overview.bs b/css-inline-3/Overview.bs index 276996e9717..91b042ecca6 100644 --- a/css-inline-3/Overview.bs +++ b/css-inline-3/Overview.bs @@ -1375,10 +1375,10 @@ Shorthand for Text Box Trimming: the 'text-box' property in a single declaration. If the single keyword ''text-box-edge/normal'' is specified, - it sets 'text-box-trim' to ''text-box-trim/none'' - and 'text-box-edge' to ''text-box-edge/auto''. + it resets 'text-box-trim' to ''text-box-trim/none'' + to their initial value (''text-box-trim/none'' and ''text-box-edge/auto''). Otherwise, omitting the 'text-box-trim' value sets it to ''text-box-trim/both'' (not the initial value), - while omitting the 'text-box-edge' value sets it to ''text-box-edge/auto'' (the initial value). + while omitting the 'text-box-edge' value sets it to ''text-box-edge/auto''. ISSUE(8067): We should rename the 'text-box-trim' values to add ''trim-*'' prefixes. This would make the shorthand clearer,