update polymer components

This commit is contained in:
Luke Pulverenti 2015-09-28 23:35:38 -04:00
parent a8f094ae23
commit 6ef418cf8d
23 changed files with 46 additions and 46 deletions

View file

@ -1,6 +1,6 @@
{
"name": "iron-a11y-announcer",
"version": "1.0.2",
"version": "1.0.3",
"description": "A singleton element that simplifies announcing text to screen readers.",
"keywords": [
"web-components",
@ -30,11 +30,11 @@
"web-component-tester": "*"
},
"homepage": "https://github.com/polymerelements/iron-a11y-announcer",
"_release": "1.0.2",
"_release": "1.0.3",
"_resolution": {
"type": "version",
"tag": "v1.0.2",
"commit": "6010b30a67a12333f76394a558c820db727f7c84"
"tag": "v1.0.3",
"commit": "a5b8161326f11d68eacb5e9ea60694ebd779b48a"
},
"_source": "git://github.com/polymerelements/iron-a11y-announcer.git",
"_target": "^1.0.0",

View file

@ -1,6 +1,6 @@
{
"name": "iron-a11y-announcer",
"version": "1.0.2",
"version": "1.0.3",
"description": "A singleton element that simplifies announcing text to screen readers.",
"keywords": [
"web-components",

View file

@ -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>