diaohualing82 / google-axs-chrome

Automatically exported from code.google.com/p/google-axs-chrome
0 stars 0 forks source link

aria-live only reads the last item appended #171

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Here's a codepen demonstrating the problem:

http://codepen.io/calebegg/full/WvQOmN/

When you click "addErrors", two nodes are appended to the empty 
aria-live="polite" div above the button. However, only "Error B" is actually 
voiced.

Original issue reported on code.google.com by calebegg@google.com on 5 May 2015 at 9:01