1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-05 14:17:56 +02:00

only allow text in aria status div

This commit is contained in:
Hakim El Hattab
2014-06-18 10:50:00 +02:00
parent 8f24561878
commit e4761d3a37

View File

@@ -1918,7 +1918,7 @@
}
// Announce the current slide contents, for screen readers
dom.statusDiv.innerHTML = currentSlide.textContent;
dom.statusDiv.textContent = currentSlide.textContent;
updateControls();
updateProgress();