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

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html

Issue 2348363002: [MD-Settings A11y] Set alt text for expandable buttons. (Closed)
Patch Set: feedback Created 4 years, 3 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
Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
index 31eede28c64da49d0243d3b2d4cd3b81e55b1d68..cf72ebb926811555a4c5e192c457a7812b574eee 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
@@ -48,6 +48,7 @@
<iron-icon icon="settings:bluetooth"></iron-icon>
<span class="flex">$i18n{bluetoothEnable}</span>
<cr-expand-button id="expandListButton"
+ alt="$i18n{bluetoothExpandA11yLabel}"
hidden$="[[!bluetoothEnabled]]"
expanded="{{deviceListExpanded}}">
</cr-expand-button>
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698