[Webkit-unassigned] [Bug 264249] REGRESSION (iOS 15.7 - 17): Broken text rendering on gohosono.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 25 16:32:42 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=264249

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karlcow at apple.com

--- Comment #4 from Karl Dubost <karlcow at apple.com> ---
Created attachment 469204

  --> https://bugs.webkit.org/attachment.cgi?id=469204&action=review

iPhone 13 Pro with iOS 17.2.1 (21C66)

Toda-さん,
ありがとうございます

So far I could not reproduce on iPhone 16.0 (Simulator)
and could not reproduce on iPhone 17.4 (Simulator)

with or without -webkit-font-smoothing: none;

The current page at http://www.gohosono.com/ has 


body {
    min-width: 900px;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    /* font-family: 'Noto Serif JP', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif; */
    color: #222;
    line-height: 1.6;
    /* -webkit-font-smoothing: none; */
}

I also played with the combination of font-family to try to reproduce the issue.

Let's try on a real device.
Ah yes activating `-webkit-font-smoothing: none;` creates the issue.
Let's upload a screenshot.

The screenshot is on iPhone 13 Pro with iOS 17.2.1 (21C66).

I will  try to simplify even a bit more.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231226/c969ed3f/attachment.htm>


More information about the webkit-unassigned mailing list