about summary refs log tree commit diff stats
path: root/src/js/opaque.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-09-20 12:08:18 +0200
committerbptato <nincsnevem662@gmail.com>2023-09-20 12:34:44 +0200
commit38ada8121ea2a76720bb7188940d1d9d4b0a1c1d (patch)
treea55d474d095c316b628be02f58224a628a197d0f /src/js/opaque.nim
parent9276603b49f3be41226fea47bb63f9d2f6baad8b (diff)
downloadchawan-38ada8121ea2a76720bb7188940d1d9d4b0a1c1d.tar.gz
layout: fix table cell sizing with specified widths
Say we have a table

<TABLE>
<TR>
<TD WIDTH=20>a</TD>
</TR>
<TR>
<TD>aklsdfjaskdfjkl</TD>
</TR>
</TABLE>

This should be 20 pixels wide, not as wide as the second row.

Also, larger specified widths now always override previous widths
specified on the column. (I think this was a regression, but the
previous solution to this problem was an ugly hack.)
Diffstat (limited to 'src/js/opaque.nim')
0 files changed, 0 insertions, 0 deletions