Bug 117742 - letter-spacing: 0.5px is not working in WebKit
Summary: letter-spacing: 0.5px is not working in WebKit
Status: RESOLVED DUPLICATE of bug 20606
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://codepen.io/nimbupani/pen/wpBCl
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-18 11:24 PDT by Divya Manian
Modified: 2013-06-18 11:45 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Divya Manian 2013-06-18 11:24:22 PDT
Related Chrome Bug: http://code.google.com/p/chromium/issues/detail?id=154289

> The letter spacing in Chrome resets to the 'real' value. Example 0.5 is interpreted as '0' and 1.5 as '1'

From Leviw of Google:
"WebKit stores letter spacing information for fonts as a short (see m_letterSpacing in Font.h). We truncate to get that value."
Comment 1 Divya Manian 2013-06-18 11:45:05 PDT

*** This bug has been marked as a duplicate of bug 20606 ***