Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit e8d69f2

Browse files
Removing application role (which messes with AT)
1 parent e9049ef commit e8d69f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

min/TabInterface.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/TabInterface.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ License: MIT License (see MIT-LICENSE)
3838
}
3939

4040
// set the ARIA roles, tabindexes & base classes
41-
_cabinet.setAttribute( 'role', 'application' );
4241
_index.setAttribute( 'role', 'tablist' );
4342
addClassName( _index, 'index' );
4443
_els.section.setAttribute( 'role', 'tabpanel' );

0 commit comments

Comments
 (0)