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

Unified Diff: chrome/browser/resources/settings/people_page/sync_page.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/people_page/sync_page.html
diff --git a/chrome/browser/resources/settings/people_page/sync_page.html b/chrome/browser/resources/settings/people_page/sync_page.html
index a3e583ab660ada2e9cbcb2e58647b25c7685600f..191147e3dbf77ca21106f6567c4f24d1c7f7dd51 100644
--- a/chrome/browser/resources/settings/people_page/sync_page.html
+++ b/chrome/browser/resources/settings/people_page/sync_page.html
@@ -185,9 +185,13 @@
on-tap="onManageSyncedDataTap_">
<div class="start">
$i18n{manageSyncedDataTitle}
- <div class="secondary">$i18n{manageSyncedDataDescription}</div>
+ <div class="secondary" id="manageSyncedDataSecondary">
+ $i18n{manageSyncedDataDescription}
+ </div>
</div>
- <button class="icon-external" is="paper-icon-button-light"></button>
+ <button class="icon-external" is="paper-icon-button-light"
+ aria-label="$i18n{manageSyncedDataTitle}"
+ aria-describedby="manageSyncedDataSecondary"></button>
</div>
<div class="settings-box two-line single-column">

Powered by Google App Engine
This is Rietveld 408576698