Closed Bug 24003 Opened 25 years ago Closed 25 years ago

"MS Sans Serif" font not chosen

Categories

(Core :: DOM: HTML Parser, defect, P3)

defect

Tracking

()

VERIFIED DUPLICATE of bug 22031

People

(Reporter: rickg, Assigned: pierre)

References

()

Details

Page with incorrect html results in wrong font. The parser is smart enough to
fix this. Here's the test case:

<TABLE BORDER=1><TR>
  <TD>
    <FONT FACE="geneva, ms sans serif"><A HREF="foo">text here</a></FONT>
  </TD>
</tr></TABLE>
Assignee: rickg → pierre
On second thought -- the parser is doing the right thing already. The style
system seems to be choosing the wrong font. Reassign to pierre.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Summary: Font error due to bad html... → "MS Sans Serif" font not chosen
The HTML here isn't bad. The problem is that the "MS Sans Serif" font is not
selected, and the "Geneva" font is not installed, thus we fall back on another
font (which happens, in this case, to be a serif font).

As to why we don't grok "MS Sans Serif"... bug 22031.


*** This bug has been marked as a duplicate of 22031 ***
Status: RESOLVED → VERIFIED
verified
You need to log in before you can comment on or make changes to this bug.