only read textContent for aria callout #1100

This commit is contained in:
Hakim El Hattab 2015-01-14 17:01:28 +01:00
parent 5359da0b06
commit 9a89e39367
1 changed files with 1 additions and 1 deletions

View File

@ -3216,7 +3216,7 @@
element.classList.remove( 'current-fragment' );
// Announce the fragments one by one to the Screen Reader
dom.statusDiv.innerHTML = element.textContent;
dom.statusDiv.textContent = element.textContent;
if( i === index ) {
element.classList.add( 'current-fragment' );