[webkit-reviews] review granted: [Bug 25574] AXImageMap children links don't respond properly to accessibilityHitTest: : [Attachment 30038] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 5 15:49:44 PDT 2009


Beth Dakin <bdakin at apple.com> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 25574: AXImageMap children links don't respond properly to
accessibilityHitTest:
https://bugs.webkit.org/show_bug.cgi?id=25574

Attachment 30038: patch
https://bugs.webkit.org/attachment.cgi?id=30038&action=review

------- Additional Comments from Beth Dakin <bdakin at apple.com>
> +AccessibilityObject*
AccessibilityRenderObject::doAccessibilityImageMapHitTest(HTMLAreaElement*
area, const IntPoint& point) const

This is a nitpick, but I don't care for the use of the word "do" in the
function name here. How about just imageMapHitTest() or
accessibilityImageMapHitTest()?

r=me


More information about the webkit-reviews mailing list