mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 10:25:07 +00:00

Bring our implementation closer to the specification, which distributes excess width to unconstrained columns first.
6 lines
No EOL
172 B
HTML
6 lines
No EOL
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> |