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

This ensures that min-content contributions from cells with no content are computed using their calculated values, which are never considered for min-content before then. The specification diverges from column measures algorithm, which doesn't use specified width of cells anywhere.
11 lines
No EOL
264 B
HTML
11 lines
No EOL
264 B
HTML
<table style="border-collapse:separate;">
|
|
<tr>
|
|
<td style="height:6px"></td>
|
|
<td rowspan="2" style="border:1px solid black">
|
|
<a href="">Test</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="height:6px"></td>
|
|
</tr>
|
|
</table> |