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

Unified Diff: chrome/browser/resources/settings/appearance_page/appearance_fonts_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/appearance_page/appearance_fonts_page.html
diff --git a/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html b/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html
index 8ee3bd836a76d79e87a854b3b546e9a30bb53e04..782feff83453ef9e5614e0987756d64a7ddada4f 100644
--- a/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html
+++ b/chrome/browser/resources/settings/appearance_page/appearance_fonts_page.html
@@ -114,12 +114,14 @@
<div class="settings-box two-line" id="advancedButton"
on-tap="openAdvancedExtension_" actionable>
<div class="start">
- <div>$i18n{advancedFontSettings}</div>
+ $i18n{advancedFontSettings}
<div class="secondary" id="advancedButtonSublabel">
[[advancedExtensionSublabel_]]
</div>
</div>
- <button class="icon-external" is="paper-icon-button-light"></button>
+ <button class="icon-external" is="paper-icon-button-light"
+ aria-label="$i18n{advancedFontSettings}"
+ aria-describedby="advancedButtonSublabel"></button>
</div>
</template>
</template>

Powered by Google App Engine
This is Rietveld 408576698