commit | 5f7098ebae6d5a9d51a1b07da687417c355087fe | [log] [tgz] |
---|---|---|
author | Chris Harrelson <chrishtr@google.com> | Thu Mar 07 16:00:39 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 07 16:00:39 2024 |
tree | b07ae8f0271dc82f0c77ed98da4965c6b94bd054 | |
parent | a1858c76240dfe4a4630658a1d6ba19292fe6c51 [diff] |
Use term as the ARIA and internal role for the dt element The ARIA role is specified here: https://www.w3.org/TR/html-aam-1.0/#el-dt That spec defers to the core-aam spec, which indicates platform mappings: https://www.w3.org/TR/core-aam-1.2/#role-map-term In particular, it says term maps to IA2_ROLE_TEXT_FRAME under MSAA + IAccessible2. There are also some changes to induce CollectionItemInfos for some terms, which is I think due to the changes in browser_accessibility_android.cc Otherwise, the mappings for kDescriptionListTerm and kTerm appear to be the same. AX-Relnotes: n/a. Bug: 41490744 Change-Id: I132d6f0e017b9b189281de018754d6cc7746bb14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5322048 Reviewed-by: Chris Bookholt <bookholt@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1269599}
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.