[webkit-reviews] review granted: [Bug 101650] AX: textUnderElement should consider alt text, but skip links and controls : [Attachment 179080] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 12 10:56:56 PST 2012


chris fleizach <cfleizach at apple.com> has granted Dominic Mazzoni
<dmazzoni at google.com>'s request for review:
Bug 101650: AX: textUnderElement should consider alt text, but skip links and
controls
https://bugs.webkit.org/show_bug.cgi?id=101650

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

------- Additional Comments from chris fleizach <cfleizach at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=179080&action=review


> Source/WebCore/accessibility/AccessibilityNodeObject.cpp:1482
> +	      
static_cast<AccessibilityNodeObject*>(child)->alternativeText(textOrder);

you can also use toAccessibilityNode() instead of the static_cast


More information about the webkit-reviews mailing list