Added a11y state description for aria-current nodes on Android
This CL updates the behavior of aria-current nodes on Android. With this change, the value of aria-current (e.g. "date", "page", "location", etc.) will be read as a part of the state description for that node on Android. For example, if aria-current="page", then the node will announce "current page". We append this status as part of the state description in the AccessibilityNodeInfo object. This CL also updates associated unit test expectations. AX-Relnotes: aria-current nodes now explicitly announce their state. Bug: 1093578 Change-Id: I6028f235e663e7df5ce4e626db16f68acbbc9b65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493660Reviewed-by:danakj <danakj@chromium.org> Reviewed-by:
Mark Schillaci <mschillaci@google.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Mark Schillaci <mschillaci@google.com> Cr-Commit-Position: refs/heads/master@{#821323}
Showing
Please register or sign in to comment