Closed
Bug 668451
Opened 15 years ago
Closed 15 years ago
MathML negative space not respected (cf. #297464)
Categories
(Core :: MathML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 656429
People
(Reporter: mimamer, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.0; rv:5.0) Gecko/20100101 Firefox/5.0
Build ID: 20110615151330
Steps to reproduce:
Bug report #297464 states that the problem of non-respected negative space in MathML statements has been fixed. But I ran into this issue in the very latest Firefox 5.0 branch.
This is the MathML test code:
<math><mi>a</mi><mspace width="-3em"></mspace><mi>b</mi></math>
Actual results:
Letter 'b' is rendered right after letter 'a'.
Expected results:
Letter 'b' should have been rendered before or intersect letter 'a'.
Updated•15 years ago
|
Component: General → MathML
Product: Firefox → Core
QA Contact: general → mathml
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•