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

Unified Diff: chrome/browser/resources/settings/printing_page/cups_printer_details_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/printing_page/cups_printer_details_page.html
diff --git a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html
index 3e3a8e15e1e22a4b424964f93c0e156248227d89..f0f1704b7d3543ae58916cb1084c23b57eb76af3 100644
--- a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html
+++ b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html
@@ -36,7 +36,8 @@
<!-- Advanced toggle -->
<div class="settings-box" actionable on-tap="toggleAdvancedExpanded_">
<div class="start">$i18n{printerDetailsAdvanced}</div>
- <cr-expand-button id="expandButton" expanded="{{advancedExpanded}}">
+ <cr-expand-button id="expandButton" expanded="{{advancedExpanded}}"
+ alt="$i18n{printerDetailsA11yLabel}">
</cr-expand-button>
</div>
<!-- Advanced section -->

Powered by Google App Engine
This is Rietveld 408576698