Open
Description
https://www.w3.org/TR/css-writing-modes-4/#text-combine-layout
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), similar to the contents of an inline-block box with a horizontal writing mode and a line-height of 1em.
We specify ignoring letter-spacing
, but what should we do about word-spacing
, text-autospace
and text-spacing-trim
? It's unlikely that any of these will be relevant, but if someone does try to use the affected characters, should these properties be honored or ignored? @kojiishi @MurakamiShinyu what do you think?