[Webkit-unassigned] [Bug 61697] New: a:hover fails to work if it is the same color as a:link

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 28 19:26:55 PDT 2011


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

           Summary: a:hover fails to work if it is the same color as
                    a:link
           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: joepeck at webkit.org


Created an attachment (id=95279)
 --> (https://bugs.webkit.org/attachment.cgi?id=95279&action=review)
[REDUCTION] Test Case

Reduction attached.

This fails:

    <style>
    a:link { color: red; }
    a:hover { color: red; }
    <style>
    <a>Does not become red when hovered.</a>

This works:

    <style>
    a:link { color: yellow; }
    a:hover { color: red; }
    <style>
    <a>Does become red when hovered.</a>

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