Bug 76033

Summary: Implement the font-kerning CSS property
Product: WebKit Reporter: mitz
Component: TextAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, eoconnor, macpherson, ossy, simon.fraser, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add the font-kerning property and apply it darin: review+, webkit.review.bot: commit-queue-

Description mitz 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.
Comment 1 mitz 2012-01-10 23:30:38 PST
Created attachment 121983 [details]
Add the font-kerning property and apply it
Comment 2 WebKit Review Bot 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
Comment 3 mitz 2012-01-11 00:39:21 PST
Committed <http://trac.webkit.org/r104678>.
Comment 4 Csaba Osztrogonác 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 ...