only announce current fragment to screen readers
							parent
							
								
									92e3a3680c
								
							
						
					
					
						commit
						8709a41979
					
				|  | @ -197,10 +197,10 @@ export default class Fragments { | |||
| 						el.classList.add( 'visible' ); | ||||
| 						el.classList.remove( 'current-fragment' ); | ||||
| 
 | ||||
| 						if( i === index ) { | ||||
| 							// Announce the fragments one by one to the Screen Reader
 | ||||
| 							this.Reveal.announceStatus( this.Reveal.getStatusText( el ) ); | ||||
| 
 | ||||
| 						if( i === index ) { | ||||
| 							el.classList.add( 'current-fragment' ); | ||||
| 							this.Reveal.slideContent.startEmbeddedContent( el ); | ||||
| 						} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Hakim El Hattab
						Hakim El Hattab