[Webkit-unassigned] [Bug 117986] New: CSS "font-style" dosen't work correctly for "italic" and "oblique".

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 25 05:53:38 PDT 2013


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

           Summary: CSS "font-style" dosen't work correctly for "italic"
                    and "oblique".
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wankyu19 at gmail.com


According to Fonts Module in W3C, "italic" and "oblique" should be rendered with diffrent glyphs if available.
(http://www.w3.org/TR/css3-fonts/#font-style-prop)
But Webkit doesn't show any difference between them.

In case of "Times New Roman" on Windows, while it has different glyphs for italic, Webkit render the italicized glyphs for obliqued texts.

Test Case:
<p style="font-family:'Times New Roman';font-size:30px;font-style:italic;">The quick brown fox jumps over the lazy dog.</p>
<p style="font-family:'Times New Roman';font-size:30px;font-style:oblique;">The quick brown fox jumps over the lazy dog.</p>

-- 
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