[Webkit-unassigned] [Bug 18050] Unused backup generic font of "monospace" changes actual font size (3-24-2008 nightly build, r31238)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 24 16:07:41 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18050





------- Comment #1 from hyatt at apple.com  2008-03-24 16:07 PDT -------
This is by design.  If the font size hasn't been specified, then the UA has to
make a choice regarding what font size to use... 16px (the preference for
non-monospace fonts) or 13px (the preference for monospace fonts).  The
presence of the explicit generic family is taken as a hint by WebKit that the
list is of monospace fonts, and therefore the user-preferred monospace default
font size should be used (13px).

I suspect this does not match other browsers though, so we could consider
changing our behavior, but I certainly don't think this behavior violates the
specification (or is incorrect).


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list