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

1.2 KiB