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

Unified Diff: chrome/browser/resources/settings/printing_page/cloud_printers.html

Issue 2689053002: MD Settings: label and describe a bunch of subpage/open-in-new buttons (Closed)
Patch Set: downloadSize -> downloadsSize 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
Index: chrome/browser/resources/settings/printing_page/cloud_printers.html
diff --git a/chrome/browser/resources/settings/printing_page/cloud_printers.html b/chrome/browser/resources/settings/printing_page/cloud_printers.html
index 9eaa0a3fc9eb8bc18477edbd25c67af77638cd5c..2321a7bfbda176879318166d41e8f3534b3528bb 100644
--- a/chrome/browser/resources/settings/printing_page/cloud_printers.html
+++ b/chrome/browser/resources/settings/printing_page/cloud_printers.html
@@ -23,11 +23,13 @@
<div class="settings-box two-line" on-tap="onManageTap_" actionable>
<div class="start">
$i18n{printingManageCloudPrintDevices}
- <div class="secondary">
+ <div class="secondary" id="manageCloudPrintSecondary">
$i18n{printingManageCloudPrintDevicesDescription}
</div>
</div>
- <button class="icon-external" is="paper-icon-button-light"></button>
+ <button class="icon-external" is="paper-icon-button-light"
+ aria-label="$i18n{printingManageCloudPrintDevices}"
+ aria-describedby="manageCloudPrintSecondary"></button>
</div>
</template>
<script src="cloud_printers.js"></script>

Powered by Google App Engine
This is Rietveld 408576698