NEW299306
text-autospace: normal doesn't add whitespace between HTML elements
https://bugs.webkit.org/show_bug.cgi?id=299306
Summary text-autospace: normal doesn't add whitespace between HTML elements
Zacky Ma
Reported 2025-09-22 11:00:57 PDT
Given this HTML: ```html <p>学习<abbr>CSS</abbr></p> ``` And CSS: ```css p { text-autospace: normal; } ``` WebKit doesn't add whitespace between “学习” and “CSS”. Chromiums do add this. Here is the codepen for reproduce: https://codepen.io/marchbox/pen/zxrGrXY
Attachments
Radar WebKit Bug Importer
Comment 1 2025-09-29 11:01:17 PDT
Radar WebKit Bug Importer
Comment 2 2025-09-29 11:01:22 PDT
Simon Fraser (smfr)
Comment 3 2025-09-29 11:22:30 PDT
Fuqiao Xue
Comment 4 2025-12-04 22:55:34 PST
Note You need to log in before you can comment on or make changes to this bug.