[webkit-dev] dump accessibility tree

2014-04-23 Thread Jarek Czekalski
Hi All! I'm trying to discover the way accessibility works in webkit and maybe fix some orca blockers. There is a renderer tree, that I can dump using DumpRenderTree. There is also atk tree, that I can inspect with python scripts and accerciser. But there is also a layer inbetween, something

Re: [webkit-dev] dump accessibility tree

2014-04-23 Thread Chris Fleizach
A few of the layout tests have something like this where it can iterate every object. Although usually, the platform AX trees are pretty accurate representations of what in the WebCore AX tree On Apr 23, 2014, at 12:34 PM, Jarek Czekalski ja...@jarek.katowice.pl wrote: Hi All! I'm trying

Re: [webkit-dev] dump accessibility tree

2014-04-23 Thread James Craig
Check out dumpAccessibilityChildren() in: ./LayoutTests/accessibility/aria-hidden-false-works-in-subtrees.html Also look in: ./Tools/WebKitTestRunner/InjectedBundle/Bindings/AccessibilityUIElement.idl ./Tools/WebKitTestRunner/InjectedBundle/Bindings/AccessibilityController.idl On Apr 23, 2014,