diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2013-03-09 13:00:38 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2013-03-09 13:00:38 +0100 |
commit | 775b81b9e6b7016c4e0c38e5f8a74ec10c8b5150 (patch) | |
tree | b3d79d969e802b7c294e939667b66f136edce88b /ui/jquery.ui.selectmenu.js | |
parent | a7ea38649815a9924db0ec3bb34ec4d5e45c16eb (diff) | |
download | jquery-ui-775b81b9e6b7016c4e0c38e5f8a74ec10c8b5150.tar.gz jquery-ui-775b81b9e6b7016c4e0c38e5f8a74ec10c8b5150.zip |
Selectmenu: Remove aria-selected, since that only causes NVDA to announce 'not selected', doesn't have any positive effect
Diffstat (limited to 'ui/jquery.ui.selectmenu.js')
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 2 |
1 files changed, 0 insertions, 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 |