From 775b81b9e6b7016c4e0c38e5f8a74ec10c8b5150 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Sat, 9 Mar 2013 13:00:38 +0100 Subject: Selectmenu: Remove aria-selected, since that only causes NVDA to announce 'not selected', doesn't have any positive effect --- ui/jquery.ui.selectmenu.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 812905675..01a9b229c 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -372,8 +372,6 @@ $.widget( "ui.selectmenu", { id = link.attr( "id" ); // change ARIA attr - this.menuItems.attr( "aria-selected", false ); - link.attr( "aria-selected", true ); this.button.attr({ "aria-labelledby": id, "aria-activedescendant": id -- cgit v1.2.3