[Webkit-unassigned] [Bug 70470] New: [REGRESSION] text color in link always uses visited color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 20:27:50 PDT 2011


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

           Summary: [REGRESSION] text color in link always uses visited
                    color
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mikelawther at chromium.org
                CC: hyatt at apple.com, koivisto at iki.fi, zimmermann at kde.org


Test code:

<style>
    .foo {color: red;}
    a:visited{ color: green;}
</style>
<a href>
 <div class=foo>hello</div>
</a>
<div class=foo>hello</div>

Expected: Both 'hello's are colored red
Actual: The 'hello' in the link is colored green

This was introduced by http://trac.webkit.org/changeset/97638 (I've confirmed this by building r97637 and r97638 locally).

-- 
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