[Webkit-unassigned] [Bug 32187] Combination of #specific div:hover, and [non-inheriting] p:first-letter and and p:first-line declarations inappropriately affects first-letter on hover
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 14 11:41:36 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=32187
--- Comment #3 from Darin Adler <darin at apple.com> 2010-01-14 11:41:36 PST ---
(From update of attachment 46544)
I don't know if this is correct.
But if it is, then to keep performance good, I think we should consider a fast
check that quickly tests if any pseudo style bits are set at all, avoiding the
loop checking one bit at a time in the vast majority of cases. That's assuming
this is a hot enough function that it matters.
--
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