[Webkit-unassigned] [Bug 10874] lang, xml:lang, content-language ignored when choosing fonts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 26 02:26:47 PDT 2008


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





------- Comment #10 from contact at nickshanks.com  2008-03-26 02:26 PDT -------
Regarding comment #9, I believe you are touching upon a bug in CSS, whereby
serif/sans-serif and monospace/proportional are actually orthogonal properties
which have been conflated.
For example, compare Courier and Monaco.

If WebKit implements hierarchical preferences like Gecko has, we should use:

font.<script>.serif
font.<script>.serif.monospace
font.<script>.sans-serif
font.<script>.sans-serif.monospace

Presumably the font used for characters that have no script would be chosen
based on the surrounding script, if any.


-- 
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