commit | 76a5106072c204a5266bc59c632748083a441018 | [log] [tgz] |
---|---|---|
author | Daniel White <danieltwhite@google.com> | Fri Mar 24 15:53:16 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 24 15:53:16 2023 |
tree | 91b61f1a267d4731dbb1c056eb3c225d15a45d60 | |
parent | ea7e8cc956908ceda56e7d498ee31337a0a09002 [diff] |
[iOS] Price Tracking Accessibility Bugs The price tracking feature was discovered to have three accessibility bugs. First, the heading text at the top of the Price Tracking Table View was being labeled as a header by the iOS screen reader. Second, the link that is embedded into the Trackable Section's subtitle was not clickable via the screen reader. Lastly, the price drop label was not being properly read by the screen reader. In this CL, the first two issues stemmed from the fact that the TableViewTextHeaderItem class was treating its header and subtitle labels as one UIAccessibilityElement. The solution was to break up each label into its own accessibility element. This solution also worked to remedy the third issue. Bug: 1427172 Change-Id: Idb153c376c6fc2a9691b5932e2cca4a5011fc258 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4366925 Commit-Queue: Daniel White <danieltwhite@google.com> Reviewed-by: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/main@{#1121713}
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.