From cfb6343fc96fac4275702556f10cc00e03b4ac16 Mon Sep 17 00:00:00 2001 From: Mat Marquis Date: Thu, 15 Dec 2011 12:36:57 -0500 Subject: [PATCH] =?UTF-8?q?Fixes=20#3238=20=E2=80=94=20Seems=20markup=20st?= =?UTF-8?q?ructure=20was=20changed=20at=20some=20stage,=20making=20the=20?= =?UTF-8?q?=E2=80=98aria-hidden=3Dtrue=E2=80=99=20attribute=20a=20little?= =?UTF-8?q?=20over-reaching.=20Removed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/jquery.mobile.buttonMarkup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/jquery.mobile.buttonMarkup.js b/js/jquery.mobile.buttonMarkup.js index c86b73f1..a881a5fe 100755 --- a/js/jquery.mobile.buttonMarkup.js +++ b/js/jquery.mobile.buttonMarkup.js @@ -85,7 +85,6 @@ $.fn.buttonMarkup = function( options ) { el.addClass( buttonClass ); buttonInner.className = innerClass; - buttonInner.setAttribute("aria-hidden", "true"); buttonText.className = textClass; buttonInner.appendChild( buttonText );