[Webkit-unassigned] [Bug 74095] Cache visited link hash
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 8 11:20:07 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=74095
--- Comment #7 from Andreas Kling <kling at webkit.org> 2011-12-08 11:20:07 PST ---
(In reply to comment #6)
> (In reply to comment #4)
> > You need to use getAttribute() for hrefAttr, as it's an SVG animatable attribute.
>
> The existing code (linkAttribute() in SelectorChecker.cpp) uses fastGetAttribute for all HTML elements. I think this is correct, XLinkNames::hrefAttr is SVG animatable but HTMLNames::hrefAttr is not.
Arf! I was wrong indeed! My past self already made sure that only SVG elements are checked for animatable attributes in fastGetAttribute (and fastHasAttribute.) Sorry about that :)
--
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