Bug 117253
| Summary: | text color change on :hover does not cover the whole letter in some cases | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | a.mueller |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | zalan |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.8 | ||
| URL: | http://jsfiddle.net/rh6uW/ | ||
a.mueller
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 6274 ***
alan
*** This bug has been marked as a duplicate of bug 301447 ***