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

8.9 KiB