Bug 227695

Summary: [LFC][IFC] Add support for overflow-wrap: anywhere
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, changseok, clopez, esprehn+autocc, ews-watchlist, glenn, gyuyoung.kim, koivisto, kondapallykalyan, macpherson, menard, pdr, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=195345
https://bugs.webkit.org/show_bug.cgi?id=229347
Attachments:
Description Flags
Patch none

Description zalan 2021-07-05 18:05:18 PDT
An otherwise unbreakable sequence of characters may be broken at an arbitrary point if there are no otherwise-acceptable break points in the line.

https://drafts.csswg.org/css-text-3/#overflow-wrap-property
Comment 1 zalan 2021-07-05 19:04:34 PDT
Created attachment 432909 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2021-07-12 18:06:16 PDT
<rdar://problem/80492357>
Comment 3 EWS 2021-08-19 13:03:03 PDT
Committed r281259 (240694@main): <https://commits.webkit.org/240694@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 432909 [details].
Comment 4 Carlos Alberto Lopez Perez 2021-08-20 12:03:46 PDT
I have a couple of questions:
 - How this relates to bug 195345 ? Is the support for this feature already implemented on webkit? Can that other bug be closed?
 - What is the current status of LFC? Is being shipped on Mac? on GTK/WPE is currently only enabled by default on developer builds.. I'm wondering if is ready to be shipped.

Thanks