Skip to content

Commit

Permalink
Fixes jquery-archive#3238 — Seems markup structure was changed at som…
Browse files Browse the repository at this point in the history
…e stage, making the ‘aria-hidden=true’ attribute a little over-reaching. Removed.
  • Loading branch information
Wilto committed Jan 24, 2012
1 parent fc9a93d commit cfb6343
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/jquery.mobile.buttonMarkup.js
Expand Up @@ -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 );
Expand Down

0 comments on commit cfb6343

Please sign in to comment.