'vert' font feature is not enabled in vertical text
https://bugs.webkit.org/show_bug.cgi?id=182042
Summary 'vert' font feature is not enabled in vertical text
Myles C. Maxfield
Reported 2018-01-24 01:59:43 PST
We should enable it when rendering vertical text.
Attachments
Radar WebKit Bug Importer
Comment 1 2018-01-24 02:00:04 PST
Chris Lilley
Comment 2 2018-03-07 15:32:07 PST
Steps to reproduce the problem: 1. Go to https://test.csswg.org/harness/test/css-fonts-3_dev/single/font-kerning-03/format/html5/ 2. Compare test result to reference page (linked from the above url) Firefox passes the test correctly. WebKit, Edge and Chrome do not Spec text: " When rendering with OpenType fonts, the [OPENTYPE] specification suggests that kerning be enabled by default. When kerning is enabled, the OpenType kern feature is enabled (for vertical text runs the vkrn feature is enabled instead)." https://drafts.csswg.org/css-fonts-3/#font-kerning-prop WebKit passes the equivalent test for horizontal text (with the `kern` feature; the bug is just in vertical text. This looks like a simple oversight. The test case is in web platform tests, in CSS/css-fonts/font-kerning-03.html and the reference is font-kerning-03-ref.html https://github.com/w3c/web-platform-tests/blob/master/css/css-fonts/font-kerning-03.html https://github.com/w3c/web-platform-tests/blob/master/css/css-fonts/font-kerning-03.html
frankhome61
Comment 3 2020-02-21 16:37:48 PST
Myles C. Maxfield
Comment 4 2022-07-16 20:20:03 PDT
*** Bug 198638 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.