Bug 155487
| Summary: | Share rowSpan/colSpan implementations in HTMLTableCellElement and MathMLElement | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
| Component: | MathML | Assignee: | 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)
See bug 150253 comment 4 and below.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Karl Dubost
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
<rdar://problem/133910791>
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/32266
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/32356
EWS
Committed 282397@main (b7f5c0e95792): <https://commits.webkit.org/282397@main>
Reviewed commits have been landed. Closing PR #32356 and removing active labels.