[Webkit-unassigned] [Bug 195345] Implement "overflow-wrap: anywhere"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 10 15:15:24 PST 2019


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

--- Comment #3 from Myles C. Maxfield <mmaxfield at apple.com> ---
Implementing this is a good idea. (You can consider this "public support.")

We already implement (the deprecated) word-break:break-word, which is defined[1] to "have the same effect as word-break: normal and overflow-wrap: anywhere." Therefore, implementing this should be fairly straightforward.

>From looking at WebKit source code (RenderStyle::breakWords()), it appears that word-break:break-word is currently treated identically to overflow-wrap:break-word, which I think is incorrect according to the spec text quoted above. It would be cool if this project fixed this, too (though, of course, fixing this could be tracked in a separate bug).

[1] https://www.w3.org/TR/css-text-3/#word-break-property

-- 
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/20191210/3a5b7caf/attachment.htm>


More information about the webkit-unassigned mailing list