diff --git a/css-writing-modes-4/Overview.bs b/css-writing-modes-4/Overview.bs index e5e2c11c7cc..f8df561734b 100644 --- a/css-writing-modes-4/Overview.bs +++ b/css-writing-modes-4/Overview.bs @@ -2700,8 +2700,10 @@ Layout Rules
When combining text as for ''text-combine-upright: all'', the glyphs of the combined text are bidi-isolated and composed horizontally - (ignoring 'letter-spacing' and any forced line breaks, - but using the specified font settings), + (ignoring 'letter-spacing', 'word-spacing', and any forced line breaks, + but using the specified font settings, + and treating 'text-autospace' as if its used value was ''no-autospace'', + and 'text-spacing-trim' as if its used value was ''trim-all''), similar to the contents of an ''inline-block'' box with a [=horizontal writing mode=] and a 'line-height' of ''1em''. Any [=document white space=] included at the start/end of the combined text @@ -2841,6 +2843,10 @@ Changes since the Issue 5177)