https://drafts.csswg.org/css-text-4/#text-spacing-trim-property
Recently, while discussing text-spacing-trim in CSS, the clreq TF felt that trim-both and trim-start are quite similar.
The behavior of trim-start in certain cases appears to be counter-intuitive. For instance, if there isn't enough space remaining at the end of a line, the content might be pushed to the next line. This could trigger a line-breaking rule (such as preventing a closing quotation mark from appearing at the start of a line).
And there is a high probability that three full-width characters would be pulled down to the next line (since a paragraph ending with a closing quotation mark typically includes a sentence-ending punctuation mark immediately preceding the quotation mark).
Is there any specific scenario where trim-start is absolutely essential?
https://drafts.csswg.org/css-text-4/#text-spacing-trim-property
Recently, while discussing
text-spacing-trimin CSS, the clreq TF felt thattrim-bothandtrim-startare quite similar.The behavior of
trim-startin certain cases appears to be counter-intuitive. For instance, if there isn't enough space remaining at the end of a line, the content might be pushed to the next line. This could trigger a line-breaking rule (such as preventing a closing quotation mark from appearing at the start of a line).And there is a high probability that three full-width characters would be pulled down to the next line (since a paragraph ending with a closing quotation mark typically includes a sentence-ending punctuation mark immediately preceding the quotation mark).
Is there any specific scenario where
trim-startis absolutely essential?