mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
LibWeb: Consider colgroups while calculating table grid size
We should take in account <col> elements in column groups while finding number of columns in a table.
This commit is contained in:
parent
6d31d81309
commit
2660bbb94f
4 changed files with 35 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
<table><colgroup id="my-group"><col width="40"><col></colgroup><tbody></tbody></table>
|
Loading…
Add table
Add a link
Reference in a new issue