don't trim aria status
This commit is contained in:
parent
943b6ef37e
commit
0a58df8390
@ -2966,7 +2966,7 @@
|
||||
element.classList.remove( 'current-fragment' );
|
||||
|
||||
// Announce the fragments one by one to the Screen Reader
|
||||
dom.statusDiv.innerHTML = element.textContent.trim();
|
||||
dom.statusDiv.innerHTML = element.textContent;
|
||||
|
||||
if( i === index ) {
|
||||
element.classList.add( 'current-fragment' );
|
||||
|
Loading…
Reference in New Issue
Block a user