Closed
Bug 159331
Opened 24 years ago
Closed 24 years ago
Font mapping is different from IE when font-size has a non-integer value
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
CLOSED
DUPLICATE
of bug 159332
People
(Reporter: yuanyi21, Assigned: jst)
Details
For mozilla:
{font-size: 14.5px;} - {font-size: 15.4px;} are same as {font-size: 15px;}
For IE:
{font-size: 14px;} - {font-size: 14.9px;} are same as {font-size: 14px;}
So if font-size >= 14.5px && font-size < 15px, the layout result will be
different.
*** This bug has been marked as a duplicate of 159332 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•