WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
117986
CSS "font-style" dosen't work correctly for "italic" and "oblique".
https://bugs.webkit.org/show_bug.cgi?id=117986
Summary
CSS "font-style" dosen't work correctly for "italic" and "oblique".
Wankyu
Reported
2013-06-25 05:55:34 PDT
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>
Attachments
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2022-07-13 15:12:51 PDT
Do you have a test case illustrating this issue? We do appear to parse and handle the italic and oblique styles, and we are not aware of any relevant WPT test failures.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug