https://bugzilla.wikimedia.org/show_bug.cgi?id=46437

--- Comment #4 from Terry Chay <[email protected]> ---
One bug it tracks is: Bug #44394. I'm sure there are others.

It's tracking because it is very likely the problem is not a single bug to be
fixed, but many smaller bugs.

For instance, here is another:

On my Mac, in Firefox and Safari, the Search box on the Wikipedias appear as
Lucida Grande.

* Computed style in both browsers is "Lucida Grande" of the input and button
ONLY
* Computed style of most other elements on the site (including enclosing div of
search box) is "sans-serif" (ergo: if it is a browser default issue, it must
only apply to inputs and buttons)
* CSS spec says that computed style should show the computed CSS font-family
rule in place, not the specific font family used to render the fon
* CSS cascade says it should be "html, body { font-family: sans-serif }" as the
font-family rule in place (in firefox it shows that rule overridden)
* CSS cascade has no mention of Lucida anywhere

Implication: it's either some weird browser default that only kicks in on input
fields in forms or there's some run time (Javascript) override on the font.

:-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to