Make TreeView descendants explorable with assistive technologies
This changelist includes the following to make |TreeView| explorable: - Replaces the |kInvisible| state with the |kIgnored| state for unshown root nodes. This allows IAccessible2 clients to enter the tree to access individual tree items. - Bridges accessibility hit testing from Views to virtual views so that pointer-based assistive technologies can access individual tree items using screen coordinates. items inside tree views. AX-Relnotes: In Views, assistive technologies can now hit test tree Bug: 811277 Change-Id: I56788354aa51b3598ff1afc96cb7214b12d04a85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134415 Commit-Queue: Brian Liu Xu <brx@microsoft.com> Reviewed-by:Scott Violet <sky@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#770855}
Showing
Please register or sign in to comment