NEW 94654
text emphasis to combined text is drawn at incorrect position
https://bugs.webkit.org/show_bug.cgi?id=94654
Summary text emphasis to combined text is drawn at incorrect position
Yuki Sekiguchi
Reported 2012-08-21 17:25:17 PDT
Created attachment 159814 [details] Reproduced content text emphasis to combined text is drawn at incorrect position I attached reproduced content. In the content, text-emphasis-style is specified to combined text "a". The emphasis circle is drawn at far from right side of "a". The circle should be drawn at right side of "a". I tested it on Chromium Linux Nightly 20.0.1240.0(152297) on Ubuntu 12.04.
Attachments
Reproduced content (177 bytes, text/html)
2012-08-21 17:25 PDT, Yuki Sekiguchi
no flags
Testcase with unprefixed properties (157 bytes, text/html)
2022-10-22 20:20 PDT, Tim Nguyen (:ntim)
no flags
mitz
Comment 1 2012-08-23 12:06:29 PDT
In OS X Lion, it’s at the same horizontal position where all emphasis marks for the line would be drawn (you can see this by applying text emphasis to the entire line).
Ahmad Saleem
Comment 2 2022-10-22 02:11:46 PDT
I changed the test case with removing -webkit- as below: https://jsfiddle.net/obnL2pv4/show It seems that the "circle" is drawn more toward bottom compared to other browsers Chrome Canary 109 and Firefox Nightly 108. It is more of visual issue. Is this something need to be fixed? Thanks!
Tim Nguyen (:ntim)
Comment 3 2022-10-22 20:02:17 PDT
(In reply to Ahmad Saleem from comment #2) > I changed the test case with removing -webkit- as below: > > https://jsfiddle.net/obnL2pv4/show `-webkit-text-combine: horizontal` translates to `text-combine-upright: all` in unprefixed terminology fwiw.
Tim Nguyen (:ntim)
Comment 4 2022-10-22 20:20:18 PDT
Created attachment 463171 [details] Testcase with unprefixed properties
Note You need to log in before you can comment on or make changes to this bug.