Plumb through isImportantForAccessibility==false as ax::mojom::Role::kIgnored
In Android, accessibility services can respect the |isImportantForAccessibility| property. Chrome-side, this best matches the concept of an ignored role. In particular, this means, during linear navigation, a service should ignored this node while looking for the next directed node to visit. Note that this should have no impact on descendants, unless, of course, they also have isImportantForAccessibility set to false. Bug: 889074 Change-Id: I33ace3fc1e88450a9d2ce3798bd92feed2e08a19 Reviewed-on: https://chromium-review.googlesource.com/1243486Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#594130}
Showing
Please register or sign in to comment