mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-05-13 03:01:39 -04:00
Selectmenu: fix comment typo
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user