Bug 155487

Summary: Share rowSpan/colSpan implementations in HTMLTableCellElement and MathMLElement
Product: WebKit Reporter: Frédéric Wang (:fredw) <fred.wang>
Component: MathMLAssignee: zak ridouh <zakr>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, karlcow, webkit-bug-importer
Priority: P2 Keywords: GoodFirstBug, InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=184308
Bug Depends on: 150253    
Bug Blocks:    

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.