commit | 3d2ed2cb38b90296e39f6f3d9892aaebcd47ab80 | [log] [tgz] |
---|---|---|
author | Aaron Leventhal <aleventhal@google.com> | Tue May 14 19:16:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 14 19:16:43 2024 |
tree | 2d7fc683fdf68f704e84487860b5f60984aee117 | |
parent | fd2f81f5a81848f30cc1998c34658008b48f8a9e [diff] |
[A11y] Simplify AX tree for input type=file - Do not include extra inner button in a11y tree. It's strange and potentially problematic to have nested buttons, even though the inner button is invisible. - Allows Blink to uniformly prune aria-hidden UA shadow content. This helps simplify ComputeIsIgnoredButIncludedInTree(). Bug: none Change-Id: I44b3f283d704f3c89c3035eb3997ca1d2a14310a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5535855 Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Reviewed-by: James Cook <jamescook@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1300799}
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.