commit | 7821334dc9860cdc4213e5006a821b8433cf7a6d | [log] [tgz] |
---|---|---|
author | Dominic Mazzoni <dmazzoni@chromium.org> | Wed Sep 01 20:41:40 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 01 20:41:40 2021 |
tree | c2cc5c67b4bd74389891ee5f9ac8f499e84bbaab | |
parent | 0efd9089dc720d49806acc5a5e7e7ea30a7d98e4 [diff] |
How Chrome Accessibility Works, Part 3 Follow-up to parts 1 and 2. This section covers events, actions, hit testing, relative coordinates, text bounds, and iframes - filling in many of the additional complexity that was glossed over in parts 1 and 2. It also adds a few more links to "How Chrome Accessibility Works" from other Markdown pages. Bug: None Change-Id: Ic1037d349555a981d16051526acde36247e32c0f AX-Relnotes: N/A Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3137196 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/main@{#917367}
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.