Bug 141504 - Text-combine in ruby text is broken
Summary: Text-combine in ruby text is broken
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-11 23:25 PST by Zheng Xu
Modified: 2024-03-10 18:59 PDT (History)
5 users (show)

See Also:


Attachments
ruby run should be displayed as same position between "bad" and "good" (367 bytes, text/html)
2015-02-11 23:25 PST, Zheng Xu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zheng Xu 2015-02-11 23:25:52 PST
Created attachment 246431 [details]
ruby run should be displayed as same position between "bad" and "good"

In the bad case, character "a" is set as text-combine:horizontal.
In this case the whole ruby run should be displayed same as good case except character "a" is rotated.
Comment 1 Ahmad Saleem 2024-03-10 18:59:45 PDT
I took the above test and slightly modified it to not have -webkit- and for `-webkit-text-combine`, we also have other (might be wrong here).

https://jsfiddle.net/Lf1sgorj/

But I noticed that `a` is only correctly match with good in Firefox Nightly 125 while Chrome Canary 124 and Safari 17.4 (even WebKit ToT) are rendering it same.

Might be another to track and fix? @Alan