Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add accessibility labels to the permission bubble (Views)
dtseng took a look at the accessibility labeling of the permission bubble and found: alert: page action static text : <address> wants to use your location button: Allow button: Block link: (unlabeled) image: (unabeled) button: close This CL adds labels to the images. However, the labels are simply the empty string because the images are redundant with the accompanying permission type. (It doesn't make sense to put "location" next to "location".) This CL also adds a label for the allow combobox, which I noticed was missing a label. I am still unsure what the unlabeled link is, so that issue remains. BUG=382650 Review URL: https://codereview.chromium.org/818063002 Cr-Commit-Position: refs/heads/master@{#312851}
- Loading branch information