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

Unified Diff: chrome/browser/resources/settings/certificate_manager_page/certificate_entry.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: chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html
diff --git a/chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html b/chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html
index 9fe97c87baac44ffb033f1dc4b734791f00ba19f..3624031882d9b750d24cfe035bfa2af7c3c3368c 100644
--- a/chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html
+++ b/chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html
@@ -11,7 +11,9 @@
<style include="settings-shared"></style>
<div class="settings-box">
<div class="start">[[model.id]]</div>
- <cr-expand-button expanded="{{expanded_}}"></cr-expand-button>
+ <cr-expand-button expanded="{{expanded_}}"
+ alt="$i18n{certificateManagerExpandA11yLabel}">
+ </cr-expand-button>
</div>
<iron-collapse opened="[[expanded_]]" no-animation>
<template is="dom-if" if="[[expanded_]]">

Powered by Google App Engine
This is Rietveld 408576698