-
Notifications
You must be signed in to change notification settings - Fork 12
Description
This issue is applicable to Traditional Mongolian.
Lines of text in the Traditional Mongolian script run vertically from top to bottom of the page. Lines flow from left to right. The script is cursive, meaning that the characters join along the vertical centre line. Here is an example:
Note the orientation of the glyphs.
The GAP
Webkit rotates lines appropriately, but doesn't display characters in the correct orientation and doesn't join them up (see the left-hand line below).
To get this to work in WebKit you need to add text-orientation: sideways
to the CSS, which should not be necessary, and is not needed for Gecko and Blink browsers.
css-writing-modes-4 provides the writing-modes
property. The vertical-lr
value is designed to display Traditional Mongolian text as expected.
Priority
This issue makes it impossible to use Traditional Mongolian on WebKit-based browsers. The priority for Web users is being marked as basic because other browsers are available.
Tests & results
i18n test suite, Vertical text, Vertical-LR, Glyphs
Action taken
Outcomes — FIXED !
In the latest version of Safari the problem has been fixed. https://bugs.webkit.org/show_bug.cgi?id=240279 has been closed.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status