mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
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:
parent
fc9a93d9f9
commit
cfb6343fc9
1 changed files with 0 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue