commit | 7f5026f40b5514fe086826112519f02d9b7b9f6e | [log] [tgz] |
---|---|---|
author | Chu-Hsuan Yang <chuhsuan@chromium.org> | Wed May 10 06:49:04 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 10 06:49:04 2023 |
tree | 9e2194572755d6bbf1671b5e3691240d8785ba6e | |
parent | 7e91e3c7e34e48e7945288767a1e8c0b81a17ce5 [diff] |
CCA: Fix a11y for mode buttons CL:4015665 disabled mode buttons to avoid race conditions, but it also changes the speech of screen reader since an element lose focus when `disabled` is set to `true`. This CL store the state in `data-disabled` attribute instead `disabled` property. Bug: b:276963569 Test: Open ChromeVox and switch between modes. Change-Id: I35d7fb79529b4be1d096d714be6efba0d82d65df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4520026 Reviewed-by: Pi-Hsun Shih <pihsun@chromium.org> Commit-Queue: Chu-Hsuan Yang <chuhsuan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1141894}
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.