mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
We should take in account <col> elements in column groups while finding number of columns in a table.
1 line
86 B
HTML
1 line
86 B
HTML
<table><colgroup id="my-group"><col width="40"><col></colgroup><tbody></tbody></table> |