[Webkit-unassigned] [Bug 194923] AX: Treat AXChildrenInNavigationOrder as AXChildren before adding support for aria-flowto

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 22 16:45:27 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=194923

--- Comment #11 from Eric Liang <ericliang at apple.com> ---
Comment on attachment 362772
  --> https://bugs.webkit.org/attachment.cgi?id=362772
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=362772&action=review

>> LayoutTests/accessibility/mac/children-in-navigation-order-returns-children.html:37
>> +        shouldBe("children1.length", "2");
> 
> I think the 2 children in this div might be the same role already. what if you added a button in here to ensure there were different objects

I picked the example where AppKit reorders. And the 2 children inside this link is 1) AXStaticText 2)Group that contains another AXStaticText
However in DRT, we don't have AppKit that reorders it. So instead, what we are really testing, in this test case, is that asking AXChildrenInNavigationOrder gives us a non-empty array.
I can also add another button just to make sure.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190223/f40bfe49/attachment.html>


More information about the webkit-unassigned mailing list