[Webkit-unassigned] [Bug 245138] New: Some color related CSS properties are not properly initialized
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 13 06:47:08 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=245138
Bug ID: 245138
Summary: Some color related CSS properties are not properly
initialized
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: m_dubet at apple.com
At least textFillColor, textStrokeColor, textDecorationColor, textEmphasisColor.
They all should have a proper initialization function in RenderStyle which should initialize them to currentcolor (per spec).
Currently, they don't have their own initialization function and default-initialized to Color {}, which is invalid and thus is later "interpreted" as currentcolor. This is working "by accident".
--
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/20220913/1998fc25/attachment-0001.htm>
More information about the webkit-unassigned
mailing list