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

Unified Diff: chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html

Issue 2267253002: Make the MR dialog issue banner readable by screen readers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change aria-live value to polite 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html
diff --git a/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html b/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html
index d1e859d1e23c951054f8b436df2906f9666e9aa0..e66899f95a3f6713526e870d65eae88b55e89dfa 100644
--- a/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html
+++ b/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html
@@ -12,7 +12,7 @@
<iron-icon icon="media-router:error-outline" id="blocking-icon">
</iron-icon>
</div>
- <div id="title">[[issue.title]]</div>
+ <div id="title" aria-live="polite" tabindex="0">[[issue.title]]</div>
</div>
<div id="buttons">
<paper-button flat id="opt-button" class="button"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698