Bug 219706 - [LFC][IFC] Offset the content logical left by the word-spacing value
Summary: [LFC][IFC] Offset the content logical left by the word-spacing value
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: 219784
Blocks:
  Show dependency treegraph
 
Reported: 2020-12-09 14:35 PST by zalan
Modified: 2020-12-13 09:31 PST (History)
5 users (show)

See Also:


Attachments
Patch (25.22 KB, patch)
2020-12-09 14:57 PST, zalan
no flags Details | Formatted Diff | Diff
Patch (32.69 KB, patch)
2020-12-11 16:21 PST, zalan
no flags Details | Formatted Diff | Diff
Patch (57.27 KB, patch)
2020-12-13 07:54 PST, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2020-12-09 14:35:02 PST
so instead of
space width: 4px;
word-spacing: 5px;
-> measured width (and then the run width): 9px;

run offset is 5px; and run width is 4px;
Comment 1 zalan 2020-12-09 14:57:12 PST
Created attachment 415799 [details]
Patch
Comment 2 zalan 2020-12-11 16:21:12 PST
Created attachment 416065 [details]
Patch
Comment 3 zalan 2020-12-13 07:54:11 PST
Created attachment 416116 [details]
Patch
Comment 4 EWS 2020-12-13 09:29:51 PST
Committed r270749: <https://trac.webkit.org/changeset/270749>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 416116 [details].
Comment 5 Radar WebKit Bug Importer 2020-12-13 09:31:57 PST
<rdar://problem/72270772>