Bug 76033 - Implement the font-kerning CSS property
Summary: Implement the font-kerning CSS property
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-01-10 23:20 PST by mitz
Modified: 2012-01-11 09:12 PST (History)
6 users (show)

See Also:


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-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ...