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

Unified Diff: lib/src/iron-a11y-announcer/iron-a11y-announcer.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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 | « lib/src/hydrolysis/index.js ('k') | lib/src/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/iron-a11y-announcer/iron-a11y-announcer.html
diff --git a/lib/src/iron-a11y-announcer/iron-a11y-announcer.html b/lib/src/iron-a11y-announcer/iron-a11y-announcer.html
index 49067880d5e88055975fa89207332be9cd3a53d2..ef163eaf72b10ed9bccecd284b1cb05b724d111f 100644
--- a/lib/src/iron-a11y-announcer/iron-a11y-announcer.html
+++ b/lib/src/iron-a11y-announcer/iron-a11y-announcer.html
@@ -54,7 +54,7 @@ Note: announcements are only audible if you have a screen reader enabled.
</style>
<template>
- <span aria-live$="[[mode]]">[[_text]]</span>
+ <div aria-live$="[[mode]]">[[_text]]</div>
</template>
<script>
« no previous file with comments | « lib/src/hydrolysis/index.js ('k') | lib/src/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698