Bug 251489 - Implement the colspan attribute for the MathML <mtd> element
Summary: Implement the colspan attribute for the MathML <mtd> element
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Frédéric Wang (:fredw)
URL:
Keywords: BrowserCompat, InRadar, WPTImpact
Depends on:
Blocks: mathml-core
  Show dependency treegraph
 
Reported: 2023-02-01 01:41 PST by Frédéric Wang (:fredw)
Modified: 2023-07-12 01:12 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frédéric Wang (:fredw) 2023-02-01 01:41:50 PST
MathML3 provides a "columnspan" attribute for the <mtd> element and this is implemented in WebKit.

MathML Core aligns to the HTML name, which is "colspan": https://w3c.github.io/mathml-core/#entry-in-table-or-matrix-mtd

Chromium bug (with tests): https://chromium-review.googlesource.com/c/chromium/src/+/4061476
Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1814346

This bug is about supporting "colspan" (and disabling "columspan" when MathMLCore is enabled).

That should be relatively easy to do:
https://searchfox.org/wubkat/search?q=columnspan&path=&case=true&regexp=false
Comment 1 Radar WebKit Bug Importer 2023-02-01 15:43:02 PST
<rdar://problem/104935841>
Comment 2 Frédéric Wang (:fredw) 2023-07-12 01:12:22 PDT
Closing per https://github.com/w3c/mathml-core/issues/180#issuecomment-1484532747