From 0a58df8390030288e6764b9a52d6f2c26b12a455 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Mon, 9 Jun 2014 11:36:28 +0200
Subject: [PATCH] don't trim aria status

---
 js/reveal.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/reveal.js b/js/reveal.js
index fdaa928..cbfa859 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -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' );
-- 
GitLab