[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
Thu Dec 9 14:24:56 PST 2021


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

--- Comment #22 from Sepand Parhami <sparhami at apple.com> ---
Comment on attachment 446445
  --> https://bugs.webkit.org/attachment.cgi?id=446445
Patch

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

>> Source/WebCore/ChangeLog:13
>> +        * accessibility/AccessibilityObject.h:
> 
> Could you please include a summary of your changes in Source/WebCore/ChangeLog and LayoutTests/ChangeLog? What bug(s) does this patch fix, and how does it do it? This generally goes in between the "Reviewed by" and "Tests" sections.

Took a stab at this, let me know if they need more/less/different info.

>> Source/WebCore/accessibility/AccessibilityObject.cpp:1888
>> +    parentPath.append(this);
> 
> I think I suggested parentPath in the first place, but maybe something like "ancestors" would be a better name?

Changed over to ancestors.

>> LayoutTests/accessibility/mac/treeitem-row-delegation-poorly-formed.html:39
>> +    description("This tests that a treeitem with a group that uses aria-owns will report its disclosed rows correctly.");
> 
> This description() is the same as the other test.

Updated!

-- 
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/20211209/38731bc0/attachment-0001.htm>


More information about the webkit-unassigned mailing list