Closed
Bug 297458
Opened 20 years ago
Closed 20 years ago
spacing and typeface wrong in mathml
Categories
(Core :: MathML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mmokrejs, Assigned: rbs)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050612
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050612
The spacing and boldfacing is not represented as expected by the testcase.
Happens with current cvs build.
Also in this testcase, character 5 (in number 25) should be displayed in bold,
but is in normal:
http://www.w3.org/Math/testsuite/testsuite/Presentation/TokenElements/mn/mnSscriptlevel11.xml
Reproducible: Always
The MathML engine puts an intentional spacing between tokens. If it is too
large, that might be bug 237152.
There is no problem with boldface. The same rendering on that page is wrong:
...
<mn fontweight='bold' fontstyle='normal'>2
</mn>
</mrow>
</mstyle>
<mrow>
<mn>5</mn>
...
As you can see '5' doesn't have fontweight='bold'.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•