Bug 210712 - [LFC][TFC] Take border spacing into account when distributing column spanners width.
Summary: [LFC][TFC] Take border spacing into account when distributing column spanners...
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: 2020-04-18 20:55 PDT by zalan
Modified: 2020-04-19 10:50 PDT (History)
5 users (show)

See Also:


Attachments
Patch (9.46 KB, patch)
2020-04-18 21:07 PDT, 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-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>