mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Bring our implementation closer to the specification, which distributes excess width to unconstrained columns first.
6 lines
172 B
HTML
6 lines
172 B
HTML
<table style="width:420px;border:1px solid;">
|
|
<tr>
|
|
<td style="border:1px solid; width:1px">A</td>
|
|
<td style="border:1px solid">B</td>
|
|
</tr>
|
|
</table> |