[Webkit-unassigned] [Bug 233383] AX: aria-owns in trees results duplicate rows, third level rows not being exposed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 1 09:46:59 PST 2021


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

--- Comment #6 from Sepand Parhami <sparhami at apple.com> ---
(In reply to Tyler Wilcock from comment #3)
> Comment on attachment 444857 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=444857&action=review
> 
> Thanks for the patch!
> 
> > Source/WebCore/accessibility/AccessibilityObject.cpp:1841
> > +            // treeitem sitting under the tree root, which is owned elsewhere in the tree.
> 
> Typo, seems like you're missing "a".
> 
> treeitem -> a treeitem
> 

Thanks, fixed!

> > LayoutTests/accessibility/mac/treeitem-row-delegation.html:13
> > +        <div role="group" aria-owns="group1-item2 group1-item3 group1-item4">
> 
> There is no element with an id of group1-item4. Is that intentional?

I changed the id here, I believe the intent of the test here previously was to test that an id referencing a non-existent element does not cause issues. Made this more clear.

-- 
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/20211201/3e8d6ba3/attachment.htm>


More information about the webkit-unassigned mailing list