[webkit-reviews] review granted: [Bug 113895] Webkit exposes aria-expanded="undefined" as aria-expanded="false" (AXExpanded = NO) : [Attachment 209278] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 23 09:59:24 PDT 2013


Darin Adler <darin at apple.com> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 113895: Webkit exposes aria-expanded="undefined" as aria-expanded="false"
(AXExpanded = NO)
https://bugs.webkit.org/show_bug.cgi?id=113895

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

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


> Source/WebCore/accessibility/AccessibilityObject.cpp:1634
> +    const AtomicString& expanded = getAttribute(aria_expandedAttr);

Should be fastGetAttribute.


More information about the webkit-reviews mailing list