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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 5 11:49:20 PST 2019


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

--- Comment #6 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
I guess this is really about how 'currentColor' inherits.

The initial value of -webkit-text-fill-color on the root element is 'currentColor', and "all:unset" on the body should thefefore set -webkit-text-fill-color to "inherit" which should inherit currentColor as the keyword, rather than the resolved color value (according to the new currentColor inheritance rules in https://drafts.csswg.org/css-color/#resolving-color-values).

-- 
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/20190105/7c4a398d/attachment.html>


More information about the webkit-unassigned mailing list