[webkit-reviews] review granted: [Bug 121408] AX: ARIA tablist is disabled, but VoiceOver does not speak the tabs as dimmed : [Attachment 211798] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 16 14:55:33 PDT 2013


Darin Adler <darin at apple.com> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 121408: AX: ARIA tablist is disabled, but VoiceOver does not speak the tabs
as dimmed
https://bugs.webkit.org/show_bug.cgi?id=121408

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

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


> Source/WebCore/accessibility/AccessibilityNodeObject.cpp:598
> +    for (AccessibilityObject* object =
static_cast<AccessibilityObject*>(const_cast<AccessibilityNodeObject*>(this));
object; object = object->parentObject()) {

The const_cast is needed, but the static_cast is not.


More information about the webkit-reviews mailing list