fixed #5368 - Autocomplete: aria role for menu should be listbox instead of menu

This commit is contained in:
Richard Worth 2010-03-17 23:22:02 +00:00
parent 119937725f
commit f2438fe7eb

View File

@ -327,7 +327,7 @@ $.widget("ui.menu", {
this.element
.addClass("ui-menu ui-widget ui-widget-content ui-corner-all")
.attr({
role: "menu",
role: "listbox",
"aria-activedescendant": "ui-active-menuitem"
})
.click(function(e) {