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

Unified Diff: ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html

Issue 2348363002: [MD-Settings A11y] Set alt text for expandable buttons. (Closed)
Patch Set: feedback Created 4 years, 3 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: ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html
diff --git a/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html b/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html
index 4e5047b0c6f74227ae7b724bdbcf0df641817cd2..d2915b81fc44901a465f2163eccd0838f069a21d 100644
--- a/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html
+++ b/ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html
@@ -8,7 +8,7 @@
<template>
<content></content>
<paper-icon-button toggles active="{{expanded}}" disabled="[[disabled]]"
- icon="[[iconName_(expanded)]]">
+ icon="[[iconName_(expanded)]]" alt="[[alt]]">
</paper-icon-button>
</template>
<script src="cr_expand_button.js"></script>

Powered by Google App Engine
This is Rietveld 408576698