Bug 17762
Summary: | Implement 'currentColor' color keyword from CSS3 Color Module | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robert Blaut <webkit> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.w3.org/TR/css3-color/#currentcolor |
Robert Blaut
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Robert Blaut
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.
Robert Blaut
*** This bug has been marked as a duplicate of 18568 ***