Bug 117742
| Summary: | letter-spacing: 0.5px is not working in WebKit | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Divya Manian <divya> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | dino |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://codepen.io/nimbupani/pen/wpBCl | ||
Divya Manian
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."
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Divya Manian
*** This bug has been marked as a duplicate of bug 20606 ***