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

Unified Diff: chrome/browser/resources/settings/a11y_page/a11y_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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/a11y_page/manage_a11y_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/a11y_page/a11y_page.html
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.html b/chrome/browser/resources/settings/a11y_page/a11y_page.html
index a3eac49f7e7178174392e6d0fac51ebd1ead94ad..432ee614262e9e19b3a05192bf2565854c38bc2f 100644
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.html
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html
@@ -29,9 +29,13 @@
on-tap="onManageAccessibilityFeaturesTap_" actionable>
<div class="start">
$i18n{manageAccessibilityFeatures}
- <div class="secondary">$i18n{moreFeaturesLinkDescription}</div>
+ <div class="secondary" id="themesSecondary">
+ $i18n{moreFeaturesLinkDescription}
+ </div>
</div>
- <button class="subpage-arrow" is="paper-icon-button-light"></button>
+ <button class="subpage-arrow" is="paper-icon-button-light"
+ aria-label="$i18n{manageAccessibilityFeatures}"
+ aria-describedby="themesSecondary"></button>
</div>
</template>
</neon-animatable>
@@ -52,9 +56,13 @@
actionable>
<div class="start">
$i18n{moreFeaturesLink}
- <div class="secondary">$i18n{a11yWebStore}</div>
+ <div class="secondary" id="moreFeaturesSecondary">
+ $i18n{a11yWebStore}
+ </div>
</div>
- <button class="icon-external" is="paper-icon-button-light"></button>
+ <button class="icon-external" is="paper-icon-button-light"
+ aria-label="$i18n{moreFeaturesLink}"
+ aria-describedby="moreFeaturesSecondary"></button>
</div>
</if>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/a11y_page/manage_a11y_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698