About the Shift of Diacritical Marks When Adjusting letter-spacing in Safari
YusukeS
Posts: 2
This
is my first post.
This post relates to the Marshallese language.
When
adjusting letter-spacing to display text in a web browser on Safari for Mac and iOS, a diacritics shift to the right.
The issue occurred with the following characters:
L̦ (U+004C, U+0326)
M̦ (U+004D, U+0326)
O̦ (U+004F, U+0326)
This
issue can be reproduced even with simple HTML like this, and it does not occur
on Windows.
<!DOCTYPE
html>
<head>
<meta charset="UTF-8">
<title>Letter Spacing Example</title>
<style>
.normal-spacing {
letter-spacing: normal;
}
.wide-spacing {
letter-spacing: 12px;
}
</style>
</head>
<body>
<h1 class="normal-spacing">L̦M̦O̦</h1>
<h1 class="wide-spacing">L̦M̦O̦</h1>
</body>
</html>
Are
there any similar issues?<head>
<meta charset="UTF-8">
<title>Letter Spacing Example</title>
<style>
.normal-spacing {
letter-spacing: normal;
}
.wide-spacing {
letter-spacing: 12px;
}
</style>
</head>
<body>
<h1 class="normal-spacing">L̦M̦O̦</h1>
<h1 class="wide-spacing">L̦M̦O̦</h1>
</body>
</html>
Also, should I report this to Reporting Bugs | WebKit ?
If you have any additional information, please let me know.
0
Comments
-
It definitely sounds like a WebKit bug, so I would report there, and maybe search for existing issues.3
-
Thank you for your advice. I followed it accordingly.
0
Categories
- All Categories
- 43 Introductions
- 3.7K Typeface Design
- 798 Font Technology
- 1K Technique and Theory
- 617 Type Business
- 444 Type Design Critiques
- 541 Type Design Software
- 30 Punchcutting
- 136 Lettering and Calligraphy
- 83 Technique and Theory
- 53 Lettering Critiques
- 483 Typography
- 301 History of Typography
- 114 Education
- 68 Resources
- 498 Announcements
- 79 Events
- 105 Job Postings
- 148 Type Releases
- 165 Miscellaneous News
- 269 About TypeDrawers
- 53 TypeDrawers Announcements
- 116 Suggestions and Bug Reports