[csswg-drafts] [css-text-4] It should be possible to remove spaces while using text-autospace:no-autospace (#9840)

r12a has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-text-4] It should be possible to remove spaces while using text-autospace:no-autospace ==
https://www.w3.org/TR/css-text-4/#text-autospace-property

> no-autospace
>     No automatic space is inserted. 

My reading of this paragraph is that `no-autospace` will prevent the browser from creating new gaps in the text, but will not remove any spaces that the text already contains.

Perhaps we need a way to also replace those space characters with no gap (the logical correlate to the way we can insert gaps by replacing space characters).  That would enable the CSS author to create text that consistently has no gaps.

Would it be possible to use a rule such as `text-autospace:no-autospace replace;` ?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9840 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 23 January 2024 17:12:44 UTC