Difference between revisions of "ARIA Listbox"
Jump to navigation
Jump to search
ARIA Listbox
Line 59: | Line 59: | ||
resetSelection(); | resetSelection(); | ||
obj.setAttribute('aria-selected','true'); | obj.setAttribute('aria-selected','true'); | ||
− | |||
document.getElementById("lb1").setAttribute("aria-activedescendant",newActive); | document.getElementById("lb1").setAttribute("aria-activedescendant",newActive); | ||
} | } |
Revision as of 19:18, 20 October 2014
- Uses aria-activedescendant
- iOS
- Android
- Windows Phone