[Webkit-unassigned] [Bug 211878] New: [LFC][TFC] Add support for cases when the balancing is not based on the initial width
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 13 20:10:08 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=211878
Bug ID: 211878
Summary: [LFC][TFC] Add support for cases when the balancing is
not based on the initial width
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zalan at apple.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
these 2 tables produce different layout because the of the fixed width <td> even when the content (iiiiiiii) has the exact width as the width property value.
<table>
<tr><td style="width: 22px"></td><td style="">iiiiiiii iiiiiiii</td></tr>
<tr><td style="width: 22px"></td><td style="width: 22px; height: 20px;">iiiiiiii</td></tr>
</table>
<table>
<tr><td style="width: 22px"></td><td style="">iiiiiiii iiiiiiii</td></tr>
<tr><td style="width: 22px"></td><td style="height: 20px;">iiiiiiii</td></tr>
</table>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200514/f225b2b7/attachment.htm>
More information about the webkit-unassigned
mailing list