commit | 9d54635e9a3a12326dda79bee489d076f83f1030 | [log] [tgz] |
---|---|---|
author | Cam Bickel <cambickel@google.com> | Wed Apr 02 16:07:02 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 02 16:07:02 2025 |
tree | b1106bb7f7aabe89ba187a23852707367e3bc733 | |
parent | e1871b0afe396c2cc9f7c95d9f613e8e32feae85 [diff] |
Focus on active descendant when active descendant changes When the active descendant changes, this CL puts a11y focus on the new active descendant element if it exists, and otherwise returns focus to parent node on which the event was fired. Before: https://screencast.googleplex.com/cast/NDU4NDY4NTM4MzQ1MDYyNHwyZmU5N2EyMS1kNw After: https://screencast.googleplex.com/cast/NjY0NTM2MTg0OTQwMTM0NHw3MWExMTMxYy1kOQ Test: WebContentsAccessibilityEventsTest AX-Relnotes: n/a Bug: 390424153 Change-Id: Id2598c448e01878f06ed4f299a92e8968bc6b00e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6418203 Commit-Queue: Camden Bickel <cambickel@google.com> Reviewed-by: Mark Schillaci <mschillaci@google.com> Cr-Commit-Position: refs/heads/main@{#1441526}
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.