Bug 248662

Summary: Remove <font> text-decoration color override quirk.
Product: WebKit Reporter: ikilpatrick
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial CC: ahmad.saleem792, bfulgham, karlcow, koivisto, mmaxfield, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: BrowserCompat, InRadar, WPTImpact
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Description ikilpatrick 2022-12-02 09:12:28 PST
See: https://github.com/whatwg/html/issues/8566

Blink is attempting to remove this quirk in the M110 release (stable in ~7th Feb 2023) behind a kill-switch. See:
https://bugs.chromium.org/p/chromium/issues/detail?id=1394817

Implemented differently in each browser - but likely this piece of code in WebKit:
https://github.com/WebKit/WebKit/blob/3401a13c6836f31a9590881bbff4333c10a2f0b5/Source/WebCore/rendering/TextDecorationPainter.cpp#L371
Comment 1 Radar WebKit Bug Importer 2022-12-02 15:38:48 PST
<rdar://problem/102920597>
Comment 3 EWS 2023-11-30 07:12:42 PST
Committed 271338@main (0f4bbb289452): <https://commits.webkit.org/271338@main>

Reviewed commits have been landed. Closing PR #21074 and removing active labels.