Bug 193028 - -webkit-text-fill-color has weird interaction with text-decoration-color
Summary: -webkit-text-fill-color has weird interaction with text-decoration-color
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar, WPTImpact
Depends on:
Blocks:
 
Reported: 2018-12-24 21:09 PST by Xidorn Quan
Modified: 2023-03-19 17:52 PDT (History)
10 users (show)

See Also:


Attachments
testcase (99 bytes, text/html)
2018-12-24 21:09 PST, Xidorn Quan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xidorn Quan 2018-12-24 21:09:06 PST
Created attachment 358053 [details]
testcase

Steps to reproduce the problem:
Open this file.

What is the expected behavior?
The underline should be green rather than yellow as the same color of the text.

What went wrong?
The underline is also yellow.


Firefox has the right behavior, but got a bug report for this behavior: https://bugzilla.mozilla.org/show_bug.cgi?id=1514467

Blink has the same behavior as WebKit.

It can be seen that the resolved value of text-decoration-color of the element returned from gCS is (correctly) green, however, it's ignored by rendering.

However, if I explicitly add text-decoration-color declaration to the style attribute, the resolve value keeps the same but the rendering is correct.

This behavior doesn't conform to the spec, and it doesn't make much sense to me.
Comment 1 Myles C. Maxfield 2019-01-02 14:27:06 PST
We should fix this because we just unprefixed this property.
Comment 2 Radar WebKit Bug Importer 2019-01-02 14:27:24 PST
<rdar://problem/47010945>
Comment 3 Ahmad Saleem 2022-08-29 03:22:09 PDT
I am able to reproduce this bug in Safari Technology Preview 152 and Chrome Canary 107 using attached test case, where the underline is "Yellow" rather than "Green". Only Firefox Nightly 106 show "Green" underline.

Just wanted to share update testing results. Thanks!