You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,6 +43,7 @@ function attachOneDropdownAria($dropdown) {
44
43
$item.find('a').attr('tabindex','-1');// as above, the elements inside the dropdown menu item should not be focusable, the focus should always be on the dropdown primary element.
45
44
}
46
45
46
+
// delegate the dropdown's template function to add aria attributes
0 commit comments