[Webkit-unassigned] [Bug 96571] New: [Qt] Text is displayed incorrectly if font-variant is small-caps and letter-spacing is nonzero

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 12 15:30:57 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96571

           Summary: [Qt] Text is displayed incorrectly if font-variant is
                    small-caps and letter-spacing is nonzero
           Product: WebKit
           Version: 419.x
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: libeks at gmail.com


Created an attachment (id=163719)
 --> (https://bugs.webkit.org/attachment.cgi?id=163719&action=review)
When viewed in qtWebKit

The following html code, when viewed in qtWebKit (using fancybrowser example in Qt 4.7.4), produces a different output than when viewed in Chrome or other browsers. It seems that when small-caps is set, letter-spacing is ignored everywhere except in between a capital and smallercase letter.

<html><head></head><body>
    <p style="font-variant:small-caps; letter-spacing: .3em;">This is a test of small-caps and letter-spacing.</p>
</body></html>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list