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

Unified Diff: ui/webui/resources/cr_elements/network/cr_network_select.html

Issue 2348363002: [MD-Settings A11y] Set alt text for expandable buttons. (Closed)
Patch Set: 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
« no previous file with comments | « ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/network/cr_network_select.html
diff --git a/ui/webui/resources/cr_elements/network/cr_network_select.html b/ui/webui/resources/cr_elements/network/cr_network_select.html
index 4419cf16ccf5da6c5d28202bdbfc1defbdb53532..13bf5e77c14360b6ba1c2cc86cf8ab701c0249aa 100644
--- a/ui/webui/resources/cr_elements/network/cr_network_select.html
+++ b/ui/webui/resources/cr_elements/network/cr_network_select.html
@@ -19,6 +19,7 @@
item="[[activeNetworkState]]">
</cr-network-list-item>
<cr-expand-button toggles hidden$="[[!expandable]]"
+ alt="Show available network connections"
stevenjb 2016/09/20 16:25:33 We do have translations in this directory, see cr_
hcarmona 2016/09/22 14:57:12 Fixed. I missed this label. I've looked through to
expanded="{{networkListOpened}}">
</cr-expand-button>
</div>
« no previous file with comments | « ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698