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

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.html

Issue 2726483002: MD Settings: fix some dynamically bound aria-labels (Closed)
Patch Set: Created 3 years, 10 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 | « chrome/browser/resources/settings/search_page/search_page.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/site_list.html
diff --git a/chrome/browser/resources/settings/site_settings/site_list.html b/chrome/browser/resources/settings/site_settings/site_list.html
index 3fa1a147bf99203fe421b7e4f3cfaaae29a035af..c9acf2f2d00d85a43877d3f2d4344b704cc62087 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -90,7 +90,7 @@
<template is="dom-if" if="[[enableSiteSettings_]]">
<div on-tap="onOriginTap_" actionable>
<button class="subpage-arrow" is="paper-icon-button-light"
- aria-label="[[item.displayName]]"
+ aria-label$="[[item.displayName]]"
aria-describedby="siteDescription"></button>
</div>
</template>
« no previous file with comments | « chrome/browser/resources/settings/search_page/search_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698