Bug 204985

Summary: [LFC][IFC] Add support for breaking at previous breaking opportunities when the overflown content is unbreakable
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

zalan
Reported 2019-12-07 06:35:15 PST
<div style="width: 80px;"><span>first</span><span style="word-break: break-all">second</span><span style="word-break: normal">third</span></div> the 3rd <span>'s content overflows but since there's no breaking opportunity in there, we need to break this content at "second" firstsecond third
Attachments
Patch (7.86 KB, patch)
2019-12-07 06:43 PST, zalan
koivisto: review+
Radar WebKit Bug Importer
Comment 1 2019-12-07 06:35:38 PST
zalan
Comment 2 2019-12-07 06:43:18 PST
zalan
Comment 3 2019-12-07 06:49:57 PST
Note You need to log in before you can comment on or make changes to this bug.