w3c / csswg-drafts

CSS Working Group Editor Drafts
https://drafts.csswg.org/
Other
4.43k stars 656 forks source link

[css-text][text-spacing] Extra spacing between Bopomofo and Chinese characters #9980

Open xfq opened 6 months ago

xfq commented 6 months ago

https://drafts.csswg.org/css-text-4/#ideographs

According to the current definition of ideographs and non-ideographic letters, there will be extra spacing between Bopomofo and ordinary Chinese characters, but there shouldn't be.


Example:

no

👆 text-autospace: no-autospace;

normal

👆 text-autospace: normal;

frivoal commented 6 months ago

See also https://github.com/w3c/csswg-drafts/pull/9503. We should make sure it does the right thing here.