Bug 17762 - Implement 'currentColor' color keyword from CSS3 Color Module
Summary: Implement 'currentColor' color keyword from CSS3 Color Module
Status: RESOLVED DUPLICATE of bug 18568
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://www.w3.org/TR/css3-color/#curr...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-11 00:01 PDT by Robert Blaut
Modified: 2008-05-03 11:15 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Blaut 2008-03-11 00:01:09 PDT
I vote for implementing 'currentColor' color value as described in W3C Candidate Recommendation CSS3 Color Module http://www.w3.org/TR/css3-color/#currentcolor

Gecko and Presto (Opera) have the keyword already implemented. So Webkit is the only mayor engine (despite Trident ;)) without it implemented.

Test cases:
http://tc.labs.opera.com/css/color/003.htm
http://tc.labs.opera.com/css/color/005.htm
http://tc.labs.opera.com/css/color/006.htm
http://tc.labs.opera.com/css/color/007.htm
Comment 1 Robert Blaut 2008-04-07 23:32:46 PDT
W3C css3-color Conformance Test Suite http://www.w3.org/Style/CSS/Test/CSS3/Color/20070927/ tests this keyword:
http://www.w3.org/Style/CSS/Test/CSS3/Color/20070927/html4/t0301-color-currentcolor-b.htm
http://www.w3.org/Style/CSS/Test/CSS3/Color/20070927/html4/t0404-currentcolor-background-b.htm
http://www.w3.org/Style/CSS/Test/CSS3/Color/20070927/html4/t0404-currentcolor-border-b.htm

IMHO it should be considered as normal bug since almost all of tests from the test suite are passed in Webkit except these above mentioned.
Comment 2 Robert Blaut 2008-05-03 11:15:24 PDT

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