Bug 22175
Summary: | Wrong render of :hover on a italic text | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simone D. <simo2409> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | mitz |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
URL: | http://dallangelo.com/test |
Simone D.
In a page I have two <p>, the first with some letters, the second with just one letter (letter 'p').
Using CSS I set for both <p> :hover { color: #FFF; }
In the first <p> all works great.
In the second <p> not the entire letter is colored in white but a little piece is missing.
I saw that letter 'p' is not the only letter with this problem, but I noticed that the problem is not present if the letter is not alone (as in the first <p>)
If you want to see it -> http://dallangelo.com/test
Cheers,
Simone
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
mitz
*** This bug has been marked as a duplicate of 6274 ***