[Webkit-unassigned] [Bug 158782] `all: unset` prevents `color` from being set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 10 19:08:13 PDT 2019


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

Joonghun Park <jh718.park at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jh718.park at samsung.com

--- Comment #9 from Joonghun Park <jh718.park at samsung.com> ---
(In reply to Gustavo Millasaky from comment #7)
> Blink had this issue before too, as described in it's bug tacker:
> https://bugs.chromium.org/p/chromium/issues/detail?id=420781
> 
> I don't see any reason why this cannot be patched.

https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-fill-color says,
"The -webkit-text-fill-color CSS property specifies the fill color of characters of text. If this property is not set, the value of the color property is used."

In case of Blink, they drop the support for -webkit-text-fill-color.
But WebKit still maintain the support for the css property,
so as long as WebKit keep the support this behavior will be maintained as it is currently.

The decision whether to keep this property or not should be discussed in WebKit community through this jira comments or via webkit-dev mailing list I think.

If community want to keep this property in WebKit then we could resolve this issue as wontfix, otherwise we could drop the support for -webkit-text-fill-color for interoperability I guess.

-- 
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/20190611/13a1e132/attachment-0001.html>


More information about the webkit-unassigned mailing list