RESOLVED FIXED 210712
[LFC][TFC] Take border spacing into account when distributing column spanners width.
https://bugs.webkit.org/show_bug.cgi?id=210712
Summary [LFC][TFC] Take border spacing into account when distributing column spanners...
zalan
Reported 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.
Attachments
Patch (9.46 KB, patch)
2020-04-18 21:07 PDT, zalan
no flags
zalan
Comment 1 2020-04-18 21:07:24 PDT
EWS
Comment 2 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].
Radar WebKit Bug Importer
Comment 3 2020-04-19 10:50:18 PDT
Note You need to log in before you can comment on or make changes to this bug.