only allow text in aria status div
This commit is contained in:
parent
8f24561878
commit
e4761d3a37
1 changed files with 1 additions and 1 deletions
|
@ -1918,7 +1918,7 @@
|
|||
}
|
||||
|
||||
// Announce the current slide contents, for screen readers
|
||||
dom.statusDiv.innerHTML = currentSlide.textContent;
|
||||
dom.statusDiv.textContent = currentSlide.textContent;
|
||||
|
||||
updateControls();
|
||||
updateProgress();
|
||||
|
|
Loading…
Reference in a new issue