RESOLVED FIXED Bug 76033
Implement the font-kerning CSS property
https://bugs.webkit.org/show_bug.cgi?id=76033
Summary Implement the font-kerning CSS property
mitz
Reported 2012-01-10 23:20:08 PST
<rdar://problem/10674686> The “font-kerning” property is currently defined in <http://dev.w3.org/cvsweb/~checkout~/csswg/css3-fonts/Fonts.html?rev=1.68;content-type=text%2Fhtml#font-kerning-prop> to have the values “auto”, “normal” and “none”. “auto” maps to WebKit’s current behavior, which lets the “text-rendering” property control kerning, “normal” should enable automatic kerning, and “none” should disable automatic kerning.
Attachments
Add the font-kerning property and apply it (20.21 KB, patch)
2012-01-10 23:30 PST, mitz
darin: review+
webkit.review.bot: commit-queue-
mitz
Comment 1 2012-01-10 23:30:38 PST
Created attachment 121983 [details] Add the font-kerning property and apply it
WebKit Review Bot
Comment 2 2012-01-11 00:36:29 PST
Comment on attachment 121983 [details] Add the font-kerning property and apply it Attachment 121983 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/11167774 New failing tests: fast/css/getComputedStyle/computed-style.html
mitz
Comment 3 2012-01-11 00:39:21 PST
Csaba Osztrogonác
Comment 4 2012-01-11 03:52:32 PST
(In reply to comment #3) > Committed <http://trac.webkit.org/r104678>. I updated the expected file: http://trac.webkit.org/changeset/104696 instead of you. I really don't understand why did you ignore comment #2 ...
Note You need to log in before you can comment on or make changes to this bug.