[Webkit-unassigned] [Bug 219917] New: font-style oblique for japanese vertical text
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 15 13:23:17 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=219917
Bug ID: 219917
Summary: font-style oblique for japanese vertical text
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cconcolato at netflix.com
Created attachment 416285
--> https://bugs.webkit.org/attachment.cgi?id=416285&action=review
Safari rendering of various slanted vertical text
Safari's rendering (Version 14.0 (15610.1.28.1.9, 15610)) of "font-style: oblique -15deg" for vertical text is not entirely correct. This can be seen on this page: https://output.jsbin.com/juyawoh
The rendering of basic Japanese characters is correct but there are 3 problems by order of priority (highest first):
- the rendering of upwards latin character is not correct (should be slanted in the reverse direction, i.e. upwards instead of downwards),
- text-combined characters should be slanted vertically, towards the top (not horizontally towards the right),
- and the same applies to sideways text to avoid the collision.
Chrome Canary has fixed the first and third problem.
Firefox has the same third problem, a slightly less visible problem for the first one.
Chrome, Safari and Firefox have the same problem for text-combined characters.
Related tickets:
- Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1616995
- Chrome: https://bugs.chromium.org/p/chromium/issues/detail?id=1112923
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201215/8681b690/attachment.htm>
More information about the webkit-unassigned
mailing list