commit | ec4dae43ddbc79ceb0758ad83789de98ce3a021b | [log] [tgz] |
---|---|---|
author | Addison Luh <aluh@chromium.org> | Wed Jun 18 23:54:55 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 18 23:54:55 2025 |
tree | dc2de6388139e41de3a0e9015fbe975c5fd494f5 | |
parent | 9fb0782d44e098e5103625975532d2a936df13c8 [diff] |
a11y: Populate AccessibilityNodeInfo with text styling from child nodes This change passes the style data for a node and its children when generating an AccessibilityNodeInfo and populates it using spans. This is an update of the existing population logic to make it possible to set inner spans on the node text. Browser tests are added in a follow up CL. Bug: 370878026,399660734 Change-Id: I9246c358bb88b1ca282b4a020888398dbae2d17a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6642090 Commit-Queue: Addison Luh <aluh@chromium.org> Reviewed-by: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1475929}
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.