WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
184217
line breaking should be possible between alphanumeric and fullwidth opening punctuation
https://bugs.webkit.org/show_bug.cgi?id=184217
Summary
line breaking should be possible between alphanumeric and fullwidth opening p...
murakami
Reported
2018-03-31 19:17:25 PDT
Test HTML+CSS at:
http://jsbin.com/hobiko/edit?html,css,output
or: ``` <style> p { width: 10em; background: yellow; } </style> <p>あいうえおかきくけa「さしすせそ」</p> <p>あいうえおかきくけ1「さしすせそ」</p> ``` What is the expected behavior? Line breaking should occur as follows: ``` あいうえおかきくけa 「さしすせそ」 あいうえおかきくけ1 「さしすせそ」 ``` What went wrong? Line breaking occurs as follows: ``` あいうえおかきくけ a「さしすせそ」 あいうえおかきくけ 1「さしすせそ」 ``` It seems that line breaking is mistakenly prohibited between non-cjk letter or number and fullwidth opening punctuation such as "「".
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2018-03-31 20:20:07 PDT
<
rdar://problem/39079754
>
fantasai
Comment 2
2025-08-28 03:48:06 PDT
This seems to be fixed. Murakami-san, please re-open or message me if there still remains any problem. P.S. Thanks for including the testcase inline, the JSBin is not loading for me, but I could make the testcase with this information. :)
murakami
Comment 3
2025-08-28 05:46:04 PDT
I reported this bug a long time ago and then forgot about it. I have confirmed that it is now fixed.
alan
Comment 4
2025-08-28 08:36:37 PDT
Thank you for confirming! (IFC progression)
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