Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Unified Diff: chrome/browser/resources/options/password_manager_list.js

Issue 1803353002: [Password Manager] Enables reading origins on chrome://settings/password for screen readers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android_credentials
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/password_manager_list.js
diff --git a/chrome/browser/resources/options/password_manager_list.js b/chrome/browser/resources/options/password_manager_list.js
index 58bd5efce0d831ca12c006fbb9a0b77277e8f14e..e3e9f684954a979a11bca54b8bdf2b32a76c82d0 100644
--- a/chrome/browser/resources/options/password_manager_list.js
+++ b/chrome/browser/resources/options/password_manager_list.js
@@ -79,7 +79,7 @@ cr.define('options.passwordManager', function() {
urlLink.href = item.url;
urlLink.setAttribute('target', '_blank');
urlLink.textContent = item.shownUrl.split('').reverse().join('');
-
+ urlLink.setAttribute('aria-label', item.shownUrl);
urlDiv.classList.add('left-elided-url');
} else {
urlLink = item.ownerDocument.createElement('span');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698