Files
ladybird/Libraries/LibWeb/HTML/HTMLTableColElement.cpp
Tim Ledbetter 44cf457fd2 LibWeb: Limit HTMLTableColElement span to allowed values
This change ensures that `span` is clamped to the maximum value of 1000
if the given value is larger than 2147483647.
2024-12-02 10:25:27 +01:00

2.3 KiB