Bug 30790 - REGRESSION: Wrong font is used for stories on anekdot.ru
Summary: REGRESSION: Wrong font is used for stories on anekdot.ru
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2009-10-26 14:21 PDT by Alexey Proskuryakov
Modified: 2009-10-26 15:31 PDT (History)
1 user (show)

See Also:


Attachments
reduced test case (148 bytes, text/html)
2009-10-26 14:21 PDT, Alexey Proskuryakov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2009-10-26 14:21:05 PDT
Created attachment 41897 [details]
reduced test case

Was sans-serif in Safari 4.0.3, is a serif in ToT. Looks like CSS font fallback has changed.
Comment 1 mitz 2009-10-26 14:25:29 PDT
Looks like there was a bug in 4.0.3 (and maybe earlier): the inspector shows a computed value of 'foobarbaz, Tahoma, sans-serif' for the font-family property on the pre element, which is wrong.
Comment 2 mitz 2009-10-26 14:27:02 PDT
Firefox uses a serif font, too.
Comment 3 Alexey Proskuryakov 2009-10-26 15:31:52 PDT
A funny thing is that Firefox also uses a sans-serif font on my machine - apparently, this depends on system primary language.

IE and Opera also use sans-serif, because they don't follow CSS spec correctly. We probably don't want to drop spec compliance just because of one site, especially since Firefox only works by accident, and the symptom is extremely mild (and may even bee seen as an improvement by some).

From past experience, evangelizing this site doesn't work, so closing as wontfix.