mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
LibWeb: Use column and row size for cell outer sizes
Better aligns our implementation with the specification, which requires that we check columns and column groups too.
This commit is contained in:
parent
28509e3edd
commit
eb20eeb54c
4 changed files with 77 additions and 3 deletions
|
@ -0,0 +1,10 @@
|
|||
<table style="width:420px;border:1px solid">
|
||||
<colgroup>
|
||||
<col style="width:50px">
|
||||
<col>
|
||||
</colgroup>
|
||||
<tr>
|
||||
<td style="border:1px solid">A</td>
|
||||
<td style="border:1px solid">B</td>
|
||||
</tr>
|
||||
</table>
|
Loading…
Add table
Add a link
Reference in a new issue