Open
Bug 1141458
Opened 10 years ago
Updated 2 years ago
MathML: mrow elements shrink-wrap
Categories
(Core :: MathML, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: peter, Unassigned)
Details
This is a follow-up to https://bugzilla.mozilla.org/show_bug.cgi?id=1131000
Similar to that bug, redundant mrows should not change rendering, e.g.,
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mtable width="100%" mathbackground="red">
<mtr> <mtd><mi>x</mi></mtd> </mtr>
</mtable>
</mrow>
</math>
should render like
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mtable width="100%" mathbackground="red">
<mtr> <mtd><mi>x</mi></mtd> </mtr>
</mtable>
</math>
(unless the wrapping mrow is styled).
Comment 1•8 years ago
|
||
Hello
I am new to contributing to mozilla and was interested in beginning it with the MathML project and came across this mentored bug. Can anyone help me out with beginning with it ?
Comment 2•6 years ago
|
||
I see that Anmol Kulkarni showed interest in working on this bug 2 years ago.
Could I pick it up? I would appreciate some mentoring. I can already build firefox and have an account in phabricator.
Comment 3•6 years ago
|
||
This is tricky bug, I would suggest to try another one if you are a newcomer.
Mentor: roc
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•