Bug 167374 - ZWJ is stripped when placed in front of a text, just on a particular font
Summary: ZWJ is stripped when placed in front of a text, just on a particular font
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: Safari 10
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-24 08:23 PST by Ebrahim Byagowi
Modified: 2022-10-08 00:00 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ebrahim Byagowi 2017-01-24 08:23:31 PST
Open:

data:text/html;charset=utf8,<link%20rel="stylesheet"%20media="screen"%20href="https://fontlibrary.org/face/iranian-sans"%20type="text/css"/><span%20style="font-family:'Iranian%20Sans';%20font-size:%20300%">&zwj;%D9%85</span>

Actual:
ZWJ has not any effect, it is like you remove "&zwj;" from above test case

Expected:
Like Chrome and Firefox, ZWJ should effect shape of next character.
Comment 1 Ebrahim Byagowi 2022-10-08 00:00:36 PDT
Fixed already apparently. Thanks!