[Webkit-unassigned] [Bug 133420] New: `currentColor` computes to the same colour on all elements, even if 'color' is inherited differently

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 31 07:00:13 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133420

           Summary: `currentColor` computes to the same colour on all
                    elements, even if 'color' is inherited differently
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://jsfiddle.net/RDf4m/2/
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shimoroka at gmail.com


I've linked the test case on JSFiddle in the URL field above. The following URL is a StackOverflow thread explaining the situation in detail :

http://stackoverflow.com/questions/23936150/issues-with-css-currentcolor-keyword-in-ios-and-safari

Essentially under Safari 6 and up (Safari 5, is unaffected), the `currentColor` CSS keyword computes to the same colour (the first colour it initially computes) on all subsequent elements and pseudo-elements. Notably on border and background colour properties.

The keyword will sometimes compute to the proper colours depending on browser re-paints, can't quite reproduce.

This issue is related to :
- https://bugs.webkit.org/show_bug.cgi?id=80454
- https://bugs.webkit.org/show_bug.cgi?id=117776
- https://bugs.webkit.org/show_bug.cgi?id=95083

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list