Bug 95083

Summary: Setting 'color' CSS property by script doesn't update values using 'currentColor'
Product: WebKit Reporter: Antoine Quint <ml>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: krit, m_dubet, ntim, pdr, schenney, thorton, zimmermann
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.8   
Attachments:
Description Flags
test case none

Description Antoine Quint 2012-08-27 06:58:25 PDT
Created attachment 160711 [details]
test case

In the attached testcase, I have a <linearGradient> element and I set its "color" CSS property dynamically in a script ran after the DOMContentLoaded fires. The <stop> elements of the <linearGradient> all have their "stop-color" value set to "currentColor" via a CSS rule, and yet that color doesn't change when the parent element's "color" CSS property is updated via script. The testcase works if either of those is true:

1. "color" on <linearGradient> is set statically
2. the <stop> elements have their "stop-color" property set to "currentColor" via the inline "style" attribute instead of a CSS rule.
Comment 1 Antoine Quint 2012-08-27 07:00:50 PDT
rdar://problem/12179192
Comment 2 Dirk Schulze 2014-05-12 07:27:12 PDT
There was a fix for this issue in Blink lately. pdr, do you know the CL for it still?
Comment 3 Philip Rogers 2014-05-12 23:30:06 PDT
This may have been fixed with https://src.chromium.org/viewvc/blink?view=rev&revision=164726?

In general, "git log -S currentColor" is your friend :)
Comment 4 Matthieu Dubet 2023-05-30 10:00:12 PDT
The attached test case renders correctly (gradient to green) on main.
Comment 5 Tim Nguyen (:ntim) 2023-05-30 13:04:48 PDT

*** This bug has been marked as a duplicate of bug 227219 ***