only allow text in aria status div
This commit is contained in:
		@@ -1918,7 +1918,7 @@
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// Announce the current slide contents, for screen readers
 | 
							// Announce the current slide contents, for screen readers
 | 
				
			||||||
		dom.statusDiv.innerHTML = currentSlide.textContent;
 | 
							dom.statusDiv.textContent = currentSlide.textContent;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		updateControls();
 | 
							updateControls();
 | 
				
			||||||
		updateProgress();
 | 
							updateProgress();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user