Bug 210712

Summary: [LFC][TFC] Take border spacing into account when distributing column spanners width.
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 none

Description zalan 2020-04-18 20:55:07 PDT
<table style="border-spacing: 50px"><tr><td colspan=2>long long text</td></tr><tr><td>lo</td><td>xt</td><tr></table>
[long long text]
[lo]        [xt]
While it looks like the spanning cell has to distribute all its spanning width, the border-spacing takes most of the space and no distribution is needed at all.
Comment 1 zalan 2020-04-18 21:07:24 PDT
Created attachment 396890 [details]
Patch
Comment 2 EWS 2020-04-19 10:49:05 PDT
Committed r260337: <https://trac.webkit.org/changeset/260337>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 396890 [details].
Comment 3 Radar WebKit Bug Importer 2020-04-19 10:50:18 PDT
<rdar://problem/62023939>