[Webkit-unassigned] [Bug 228228] Inline element can trigger incorrect line break with word-break: break-all and white-space: pre-wrap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 23 06:42:10 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=228228

--- Comment #2 from zalan <zalan at apple.com> ---
It looks like we drop the word-break property for the rest of the content when we see an inline box (unless it is explicitly set on the content again e.g. <div style='white-space: pre-wrap'><b>asdf</b> <span style="word-break: break-all">alsdjfalk</span></div>)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210723/37275201/attachment-0001.htm>


More information about the webkit-unassigned mailing list