diff options
author | Felix Nagel <info@felixnagel.com> | 2012-05-24 18:56:41 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-05-24 18:56:41 +0200 |
commit | d4ec5cbb3f4234c925673fb9442e556606f79275 (patch) | |
tree | 98a40257b20c5a5afd2b0a27139e439557650bf8 /ui/jquery.ui.selectmenu.js | |
parent | 37a80477c0fbd272b91d9b3cf6bcdc7903655e79 (diff) | |
download | jquery-ui-d4ec5cbb3f4234c925673fb9442e556606f79275.tar.gz jquery-ui-d4ec5cbb3f4234c925673fb9442e556606f79275.zip |
Selectmenu: make use of Menu option 'role' (follow-up), no need to adjust li role
Diffstat (limited to 'ui/jquery.ui.selectmenu.js')
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 73ab01cee..2b9fea65a 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -175,9 +175,6 @@ $.widget( "ui.selectmenu", { this.menu.menu( "refresh" ); this.menuItems = this.menu.find( "li" ).not( '.ui-selectmenu-optgroup' ); - // adjust ARIA - this.menuItems.find( 'a' ).attr( 'role', 'option' ); - // select current item item = this._getSelectedItem(); this.menu.menu( "focus", null, item ); |