Closed
Bug 10324
Opened 26 years ago
Closed 26 years ago
[4.xP] Font size doesn't match Navigator or IE
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
M11
People
(Reporter: vidur, Assigned: harishd)
References
()
Details
The fonts in the "Search Books"/Amazon.com table on the right are a different
size than those chosen in Nav 4.x and IE. Troy implied that it *might* be
because we fixed a font round-off bug that's existed for a while in Navigator.
If that's so, we're introducing an incompatibility that is going to hit a large
number of sites. I'm really hoping it's a different bug.
There's a similar font size difference in the "Yellow Pages - People Search
-..." line at the bottom of the page.
Updated•26 years ago
|
Assignee: peterl → rickg
Component: Style System → Parser
Comment 1•26 years ago
|
||
Parser/DTD issue. Rediced test case:
<small>
<center>
center small
</center>
small
</small>
The <small> is not containing the <center>.
Other font size differences are the result of the rounding issue.
See Vidur, you got all bunched for nothing. There's a legitimate bug here. As
far as the rounding issue goes, I'm glad we fixed it...
Updated•26 years ago
|
QA Contact: chrisd → janc
This is just another residual style bug. I'm close to checking in that final
piece of that upgrade, and a whole lot of these will disappear.
Updated•26 years ago
|
Summary: Font size doesn't match Navigator or IE → [4.xP] Font size doesn't match Navigator or IE
Comment 4•26 years ago
|
||
Marked [4.xP].
Comment 7•26 years ago
|
||
Removing myself from cc: since Vidur reportedly got all bunched for nothing. ;->
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 8•26 years ago
|
||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•26 years ago
|
||
verified
You need to log in
before you can comment on or make changes to this bug.
Description
•