Based on what w3c says, aria-controls could be exposed through ATK_RELATION_CONTROLLER_FOR.
<rdar://problem/15945816>
Created attachment 222666 [details] patch
Comment on attachment 222666 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=222666&action=review The patch looks good to me, but you need to add empty stubs for Mac and iOS too. More specifically, the missing stubs would go to: Tools/DumpRenderTree/ios/AccessibilityUIElementIOS.mm Tools/DumpRenderTree/mac/AccessibilityUIElementMac.mm Tools/WebKitTestRunner/InjectedBundle/ios/AccessibilityUIElementIOS.mm > Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1027 > + Extra line
> The patch looks good to me, but you need to add empty stubs for Mac and iOS too. More specifically, the missing stubs would go to: > > Tools/DumpRenderTree/ios/AccessibilityUIElementIOS.mm > Tools/DumpRenderTree/mac/AccessibilityUIElementMac.mm > Tools/WebKitTestRunner/InjectedBundle/ios/AccessibilityUIElementIOS.mm > > > Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1027 > > + > > Extra line Ops, right I forgot, thanks.
Created attachment 222806 [details] patch
Comment on attachment 222806 [details] patch Clearing flags on attachment: 222806 Committed r163296: <http://trac.webkit.org/changeset/163296>
All reviewed patches have been landed. Closing bug.