RESOLVED FIXED 155487
Share rowSpan/colSpan implementations in HTMLTableCellElement and MathMLElement
https://bugs.webkit.org/show_bug.cgi?id=155487
Summary Share rowSpan/colSpan implementations in HTMLTableCellElement and MathMLElement
Frédéric Wang (:fredw)
Reported 2016-03-15 02:15:45 PDT
See bug 150253 comment 4 and below.
Attachments
Karl Dubost
Comment 1 2024-08-14 21:37:35 PDT
https://github.com/search?q=repo%3AWebKit%2FWebKit%20maxRowspan&type=code As of today: Source/WebCore/html/HTMLTableCellElement.cpp static const unsigned maxRowspan = 65534; Source/WebCore/mathml/MathMLElement.cpp static const unsigned maxRowspan = 8190; // This constant comes from HTMLTableCellElement.
Radar WebKit Bug Importer
Comment 2 2024-08-14 21:37:44 PDT
zak ridouh
Comment 3 2024-08-15 14:44:34 PDT
zak ridouh
Comment 4 2024-08-18 00:28:39 PDT
EWS
Comment 5 2024-08-18 09:25:09 PDT
Committed 282397@main (b7f5c0e95792): <https://commits.webkit.org/282397@main> Reviewed commits have been landed. Closing PR #32356 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.