Bug 205278 - [LFC][IFC] Add initial support for line-break: anywhere
Summary: [LFC][IFC] Add initial support for line-break: anywhere
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-12-16 08:31 PST by zalan
Modified: 2019-12-16 08:47 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.90 KB, patch)
2019-12-16 08:35 PST, zalan
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2019-12-16 08:31:26 PST
There is a soft wrap opportunity around every typographic character unit, including around any punctuation character or preserved white spaces, or in the middle of words, disregarding any prohibition against line breaks, even those introduced by characters with the GL, WJ, or ZWJ character class (see [UAX14]) or mandated by the word-break property. The different wrapping opportunities must not be prioritized. Hyphenation is not applied.
Comment 1 Radar WebKit Bug Importer 2019-12-16 08:31:44 PST
<rdar://problem/57969694>
Comment 2 zalan 2019-12-16 08:35:57 PST
Created attachment 385771 [details]
Patch
Comment 3 zalan 2019-12-16 08:47:27 PST
Committed r253555: <https://trac.webkit.org/changeset/253555>