Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit d05ba20

Browse files
committed
Fixes #3238 — Seems markup structure was changed at some stage, making the ‘aria-hidden=true’ attribute a little over-reaching. Removed.
1 parent 224c68e commit d05ba20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/jquery.mobile.buttonMarkup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ $.fn.buttonMarkup = function( options ) {
7676
el.addClass( buttonClass );
7777

7878
buttonInner.className = innerClass;
79-
buttonInner.setAttribute("aria-hidden", "true");
8079

8180
buttonText.className = textClass;
8281
buttonInner.appendChild( buttonText );

0 commit comments

Comments
 (0)