mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: fix comment typo
This commit is contained in:
parent
07328359e9
commit
20aad07fe4
2
ui/jquery.ui.selectmenu.js
vendored
2
ui/jquery.ui.selectmenu.js
vendored
@ -145,7 +145,7 @@ $.widget( "ui.selectmenu", {
|
||||
}
|
||||
that.focus = item.index;
|
||||
|
||||
// Set ARIA active decendent
|
||||
// Set ARIA active descendant
|
||||
that.button.attr( "aria-activedescendant", that.menuItems.eq( item.index ).find( "a" ).attr( "id" ) );
|
||||
},
|
||||
// set ARIA role
|
||||
|
Loading…
Reference in New Issue
Block a user