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

Unified Diff: chrome/browser/resources/settings/about_page/about_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/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index b3005df0c4d3ee8fb42d853f8b788e0743d1fe15..3e4f02952002eceba0941e2c5fd70f26d49ca3e6 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -154,29 +154,31 @@
</div>
<button class="subpage-arrow" is="paper-icon-button-light"
disabled="[[promoteUpdaterStatus_.disabled]]"
- hidden="[[!promoteUpdaterStatus_.actionable]]">
+ hidden="[[!promoteUpdaterStatus_.actionable]]"
+ aria-label="[[promoteUpdaterStatus_.text]]">
</button>
</div>
</template>
</if>
<div id="help" class="settings-box" on-tap="onHelpTap_" actionable>
<div class="start">$i18n{aboutGetHelpUsingChrome}</div>
- <button class="icon-external" is="paper-icon-button-light">
- </button>
+ <button class="icon-external" is="paper-icon-button-light"
+ aria-labelledby="help"></button>
</div>
<if expr="_google_chrome">
<div id="reportIssue" class="settings-box" actionable
on-tap="onReportIssueTap_">
<div class="start">$i18n{aboutReportAnIssue}</div>
- <button class="subpage-arrow" is="paper-icon-button-light">
- </button>
+ <button class="subpage-arrow" is="paper-icon-button-light"
+ aria-labelledby="reportIssue"></button>
</div>
</if>
<if expr="chromeos">
<div class="settings-box" on-tap="onDetailedBuildInfoTap_"
actionable>
<div class="start">$i18n{aboutDetailedBuildInfo}</div>
- <button class="subpage-arrow" is="paper-icon-button-light">
+ <button class="subpage-arrow" is="paper-icon-button-light"
+ aria-label="$i18n{aboutDetailedBuildInfo}">
</button>
</div>
</if>

Powered by Google App Engine
This is Rietveld 408576698