diff --git a/css-text-4/Overview.bs b/css-text-4/Overview.bs
index 956f26256d7..3952c01ab90 100644
--- a/css-text-4/Overview.bs
+++ b/css-text-4/Overview.bs
@@ -10495,7 +10495,7 @@ CJK Punctuation Spacing: the 'text-spacing-trim' property
Set fullwidth opening punctuation with full-width glyphs (spaced)
on the first line the [=block container=]
and each line after a [=forced line break=].
- Otherwise as ''trim-auto''.
+ Otherwise as ''text-spacing/normal''.
text-spacing-trim/text-spacing-trim-001.html
@@ -10539,6 +10539,15 @@ CJK Punctuation Spacing: the 'text-spacing-trim' property
to freely switch among the various spacing/indentation styles
without needing to alter the content.
See [[#japanese-start-edges]] for examples.
+
+ Additionally, the behavior at the end of lines is aligned
+ with the ''text-spacing-trim/normal'' and ''trim-start'' values
+ rather than ''text-spacing-trim/trim-auto'',
+ in that it only trims the glyphs
+ if they do not otherwise fit prior to justification.
+ While improving the typography in fewer cases,
+ it is closer to the legacy behavior of ''space-all''
+ which reduces compatibility concerns.