mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-24 00:13:28 +00:00
fix: incorrect aria attribute label
This commit is contained in:
parent
dea326423c
commit
b9eda4c4e7
|
@ -31,7 +31,7 @@ function initTabber( tabber, count ) {
|
|||
tab.setAttribute( 'role', 'tab' );
|
||||
tab.setAttribute( 'href', '#' + hash );
|
||||
tab.setAttribute( 'id', 'tab-' + hash );
|
||||
tab.setAttribute( 'aria-select', false );
|
||||
tab.setAttribute( 'aria-selected', false );
|
||||
tab.setAttribute( 'aria-controls', hash );
|
||||
|
||||
fragment.append( tab );
|
||||
|
|
Loading…
Reference in a new issue