commit | 2bc325379cc10c4a6c25f2dd645c24c567188bdc | [log] [tgz] |
---|---|---|
author | Tim Sergeant <tsergeant@chromium.org> | Fri Jun 10 17:52:58 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 10 17:52:58 2022 |
tree | f43b23e42cae4a3a1fe8bfa4db2f7f6bc3571f45 | |
parent | 069232da5600eae7a3fa651b0130193df1630331 [diff] |
Intents: Mark Intent Picker grid items as "radio buttons" for a11y Semantically, the buttons shown in the grid view-style Intent Picker are radio buttons: pressing a button selects it, and deselects the previously selected item. This CL updates the AX data for these buttons so they appear to screen readers as radio buttons. Bug: 706077, 1321501 Change-Id: If85a80e76ac9ae26e9c2750b196cd4b2ecab2877 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3697971 Reviewed-by: Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Tim Sergeant <tsergeant@chromium.org> Cr-Commit-Position: refs/heads/main@{#1013025}
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.