WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
299306
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-09-29 11:01:17 PDT
<
rdar://problem/161583309
>
Radar WebKit Bug Importer
Comment 2
2025-09-29 11:01:22 PDT
<
rdar://problem/161583256
>
Simon Fraser (smfr)
Comment 3
2025-09-29 11:22:30 PDT
<
rdar://problem/161583309
>
Fuqiao Xue
Comment 4
2025-12-04 22:55:34 PST
See also
https://github.com/w3c/line_paragraph_tests/issues/100
yisibl
Comment 5
2025-12-04 23:51:10 PST
If this issue is fixed, it should resolve many failed test cases in WPT.
https://wpt.fyi/results/css/css-text/text-autospace?label=experimental&label=master&aligned
WPT:
https://wpt.live/css/css-text/text-autospace/text-autospace-elements-002.html
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug