RESOLVED WONTFIX 251489
Implement the colspan attribute for the MathML <mtd> element
https://bugs.webkit.org/show_bug.cgi?id=251489
Summary Implement the colspan attribute for the MathML <mtd> element
Frédéric Wang (:fredw)
Reported 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
Attachments
Radar WebKit Bug Importer
Comment 1 2023-02-01 15:43:02 PST
Frédéric Wang (:fredw)
Comment 2 2023-07-12 01:12:22 PDT
Note You need to log in before you can comment on or make changes to this bug.