RESOLVED INVALID Bug 42017
CSSComputedStyleDeclaration::getPropertyCSSValue returns rgba(0, 0, 0, 0) instead of transparent
https://bugs.webkit.org/show_bug.cgi?id=42017
Summary CSSComputedStyleDeclaration::getPropertyCSSValue returns rgba(0, 0, 0, 0) ins...
Ryosuke Niwa
Reported 2010-07-09 18:20:47 PDT
Created attachment 61133 [details] demonstrates the bug When obtaining the background color from the computed style, it returns rgba(0, 0, 0, 0) even when the background color is not specified. This behavior deviates from other browsers such as Firefox which returns "transparent".
Attachments
demonstrates the bug (261 bytes, text/html)
2010-07-09 18:20 PDT, Ryosuke Niwa
no flags
mitz
Comment 1 2010-07-09 18:30:02 PDT
I believe that there is content that relies on this behavior, but maybe I am thinking about different yet closely-related behavior.
mitz
Comment 2 2010-07-09 18:30:50 PDT
Specifically, I’m thinking of the content from bug 36700.
Ojan Vafai
Comment 3 2010-07-13 16:00:36 PDT
FF3.6 and Opera 10.6 return "transparent" in the test case. Not sure that we can fix this though given the compatibility issue. We could try to convince Firefox/Opera to switch to returning rgba in this case? It's worth filing bugs with them at least to see if they'd be willing to given that there are pages that depend on this behavior.
Ryosuke Niwa
Comment 4 2010-07-13 17:00:32 PDT
(In reply to comment #2) > Specifically, I’m thinking of the content from bug 36700. I think those tests can be fixed. Since most of major browsers return "transparent", it's sensible for us to conform to the de-facto standard. Otherwise, Web developers have to keep adding a special case for the WebKit. (In reply to comment #3) > FF3.6 and Opera 10.6 return "transparent" in the test case. Not sure that we can fix this though given the compatibility issue. We could try to convince Firefox/Opera to switch to returning rgba in this case? It's worth filing bugs with them at least to see if they'd be willing to given that there are pages that depend on this behavior. I'm not sure if convincing two other UAs to WebKit's behavior is a sensible thing to do given the total market share of FF and Opera compared to that of ours.
Ojan Vafai
Comment 5 2010-07-13 17:07:10 PDT
> (In reply to comment #3) > > FF3.6 and Opera 10.6 return "transparent" in the test case. Not sure that we can fix this though given the compatibility issue. We could try to convince Firefox/Opera to switch to returning rgba in this case? It's worth filing bugs with them at least to see if they'd be willing to given that there are pages that depend on this behavior. > > I'm not sure if convincing two other UAs to WebKit's behavior is a sensible thing to do given the total market share of FF and Opera compared to that of ours. Except we know that there is a web compatibility problem with the FF/Opera implementation. We don't know of a compatibility problem with the WebKit implementation.
Glenn Adams
Comment 6 2012-09-30 21:35:28 PDT
I've just drafted serialization rules for this at [1]. If it is accepted, then it should justify keeping the current WK behavior, and not returning 'transparent'. [1] http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html#serializing-css-values
Chris Nardi
Comment 7 2018-01-23 07:07:58 PST
This bug should be closed; the spec now specifies that this is the correct behavior (see https://drafts.csswg.org/css-color-4/#resolving-color-values)
Note You need to log in before you can comment on or make changes to this bug.