WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
85732
mlabeledtr
Add support for mlabeledtr element
https://bugs.webkit.org/show_bug.cgi?id=85732
Summary
Add support for mlabeledtr element
Frédéric Wang (:fredw)
Reported
2012-05-06 07:49:22 PDT
"An mlabeledtr element represents one row in a table that has a label on either the left or right side, as determined by the side attribute. The label is the first child of mlabeledtr, and should be enclosed in an mtd. The rest of the children represent the contents of the row and are treated identically to the children of mtr; consequently all of the children must be mtd elements. " MathJax relies on this element to implement equation labeling. Note that this is not implemented in Firefox and that's one of the main reason why MathJax no longer uses Firefox's native MathML by default. Some reftests:
http://devel.mathjax.org/testing/testsuite/MathMLToDisplay/Presentation/TablesAndMatrices/mlabeledtr/
Testcase from the W3C test suite:
http://www.w3.org/Math/testsuite/build/main/Presentation/TablesAndMatrices/mlabeledtr/mlabeledtr1-simple.xhtml
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug