diff options
author | milk54 <milk851@gmail.com> | 2016-09-18 19:11:41 +0900 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-09-29 10:15:19 -0400 |
commit | b9ffc34710212fd910717ab735818ef265c9372e (patch) | |
tree | 7d7bb3fd8df7e34c62544d27e55e9725023986ef /ui | |
parent | c481400f222c871ba5853bc2930a3b8b4375d08b (diff) | |
download | jquery-ui-b9ffc34710212fd910717ab735818ef265c9372e.tar.gz jquery-ui-b9ffc34710212fd910717ab735818ef265c9372e.zip |
Tabs: Remove presentation role
Fixes #10122
Closes gh-1748
Diffstat (limited to 'ui')
-rw-r--r-- | ui/widgets/tabs.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/widgets/tabs.js b/ui/widgets/tabs.js index 0dd165d4a..58a65ebe8 100644 --- a/ui/widgets/tabs.js +++ b/ui/widgets/tabs.js @@ -431,7 +431,6 @@ $.widget( "ui.tabs", { return $( "a", this )[ 0 ]; } ) .attr( { - role: "presentation", tabIndex: -1 } ); this._addClass( this.anchors, "ui-tabs-anchor" ); |