[Webkit-unassigned] [Bug 117253] New: text color change on :hover does not cover the whole letter in some cases
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 5 07:02:37 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117253
Summary: text color change on :hover does not cover the whole
letter in some cases
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
URL: http://jsfiddle.net/rh6uW/
OS/Version: Mac OS X 10.8
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: a.mueller at loom-berlin.com
This applies only on Mac OS versions of safari and chrome.
this example: http://jsfiddle.net/rh6uW/
Markup:
<a>aaagggjjjyyyppppqqqxxx</a>
CSS:
@import url(https://fonts.googleapis.com/css?family=Tinos);
a {
font-family: Tinos, serif;
font-size: 25px;
color: black;
}
a:hover{
color: red;
}
when you hover over the link, letters with a descender do not turn red completely. I attached a screenshot
--
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