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

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

Issue 2441043004: Accessibility fixes for quick unlock settings. (Closed)
Patch Set: Use aria-label instead of alt Created 4 years, 1 month 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_dialog/cr_dialog.html
diff --git a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
index fffe3dd9a4f8c797332d4e5063e17d139f491a35..9b8b67599f15650ab2cb633d475311f74366d0b7 100644
--- a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
+++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
@@ -92,7 +92,8 @@
</style>
<div class="title-container">
<content select=".title"></content>
- <paper-icon-button icon="cr:clear" on-tap="cancel" id="close">
+ <paper-icon-button icon="cr:clear" on-tap="cancel" id="close"
+ aria-label$="[[closeText]]">
</paper-icon-button>
</div>
<div class="body-container">

Powered by Google App Engine
This is Rietveld 408576698