Parcourir la source

only read textContent for aria callout #1100

Hakim El Hattab il y a 9 ans
Parent
commit
9a89e39367
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      js/reveal.js

+ 1 - 1
js/reveal.js

@@ -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' );