[webkit-reviews] review granted: [Bug 67743] AX: some popup buttons not announced by VoiceOver : [Attachment 106661] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 31 17:11:40 PDT 2011


Darin Adler <darin at apple.com> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 67743: AX: some popup buttons not announced by VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=67743

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

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=106661&action=review


> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:3107
> +	   return (ariaHasPopup()) ? PopUpButtonRole : ButtonRole;

Extra parentheses here that are not needed.


More information about the webkit-reviews mailing list