mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
LibWeb: Check column or row size attributes for constrainedness
Better aligns our implementation with the specification, which requires that columns and groups of columns are checked too.
This commit is contained in:
parent
19a26533a9
commit
28509e3edd
4 changed files with 87 additions and 6 deletions
|
@ -0,0 +1,10 @@
|
|||
<table style="width:420px;border:1px solid">
|
||||
<colgroup>
|
||||
<col style="width:1px">
|
||||
<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