commit | 226bb621a6eb68a9dd543c463d3dec217bcb8ac9 | [log] [tgz] |
---|---|---|
author | Wenyu Zhang <zhangwenyu@google.com> | Fri Mar 28 03:54:07 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 28 03:54:07 2025 |
tree | c9afcd79d573de1dd366734041a08b57b7ed73d1 | |
parent | 86d9a3501745e137e6243169f82be3f99540907a [diff] |
a11y: Provide selectionMode info for CollectionInfo Currently when the user unselects an item in a listbox, there is no spoken feedback. This CL provides the selectionMode for CollectionInfo. This allows TalkBack to understand if this item is "selectable" and announces "not selected" state when the user unselects an item. Unlike "isCheckable", there is no Android API for "isSelectable". Currently, TalkBack only announces "selected" when a node is selected, and do not announce "not selected" when a node is unselected. Otherwise, this state will be announced on nearly every node. Before fix: http://go/scrcast/NjYxMDU2Mzg3NzU2ODUxMnxjNDIxNDNmZi0wOQ After fix: http://go/scrcast/NDgzOTYwNjY1Nzc0NDg5NnwwY2Q0MzE4My04Zg Bug: 391469359 Change-Id: I4ccd89e8ed0651e38cbdbd2beadc7d6335bb8a56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6395116 Reviewed-by: Mark Schillaci <mschillaci@google.com> Commit-Queue: Wenyu Zhang <zhangwenyu@google.com> Cr-Commit-Position: refs/heads/main@{#1439203}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.