Skip to content

Commit 4b5cb7d

Browse files
committed
Remove tabindex from tabpanels
1 parent a3a05b1 commit 4b5cb7d

File tree

2 files changed

+0
-223
lines changed

2 files changed

+0
-223
lines changed

assets/js/tabsets.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ function initialize () {
8585
id: tabPanelId,
8686
class: 'tabset-panel',
8787
hidden: !selected ? '' : undefined,
88-
tabindex: selected ? 0 : -1,
8988
'aria-labelledby': tabId
9089
}, content)
9190
tabset.appendChild(tabPanel)

0 commit comments

Comments
 (0)