commit | a4cd0dbf88fe1e055a03f5394fe2cadd1156c7d7 | [log] [tgz] |
---|---|---|
author | Brittany Hartmire <bhartmire@google.com> | Mon Aug 30 22:00:20 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 30 22:00:20 2021 |
tree | d69d51e872b3c9dbadb41a9be5c56318c10fb379 | |
parent | 1ee9d2f54b7ef70c9413f59298755e9a00a20e2d [diff] |
[CrossDevice] fix ChromeVox issue reading device selection page 1. wrap device selection header in a div with id so it can be used as an aria-label by another element 2. add aria-labelledby with new div id to multi device dropdown select 3. add tabindex="0" to "#selector-and-details-container" div so cvox can read single device info and consent agreement Screenshot of new ChromeVox text upon focusing on dropdown: https://screenshot.googleplex.com/9AKVTXTdHHANAVh Fixed: https://bugs.chromium.org/p/chromium/issues/detail?id=1225644 Change-Id: I4358e758d36445bf901c0bcbafbc95bafbd668dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3123940 Commit-Queue: Brittany Hartmire <bhartmire@google.com> Reviewed-by: Josh Nohle <nohle@chromium.org> Cr-Commit-Position: refs/heads/main@{#916569}
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.