[Webkit-unassigned] [Bug 18307] Incorrect Hiragino Kaku Gothic, font-weight:500

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 4 00:11:45 PDT 2008


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





------- Comment #4 from mitz at webkit.org  2008-04-04 00:11 PDT -------
As a first approximation, moving the "midpoint" from 5 to 6 here will better
match the spec:

    if (chosenWeightDeltaMagnitude == candidateWeightDeltaMagnitude)
        return abs(candidateWeight - 5) > abs(chosenWeight - 5);


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