Fixes #3238 — Seems markup structure was changed at some stage, making the ‘aria-hidden=true’ attribute a little over-reaching. Removed.

This commit is contained in:
Mat Marquis 2011-12-15 12:36:57 -05:00
parent fc9a93d9f9
commit cfb6343fc9

View file

@ -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 );