Difference between revisions of "ARIA Expanded state"
Jump to navigation
Jump to search
SSB
Line 10: | Line 10: | ||
if (obj.getAttribute('aria-expanded') == 'true') { | if (obj.getAttribute('aria-expanded') == 'true') { | ||
+ | alert(obj.nextSibling.nextSibling.tagName); | ||
obj.setAttribute('aria-expanded','false'); | obj.setAttribute('aria-expanded','false'); | ||
obj.nextSibling..nextSibling.className = "hidden"; | obj.nextSibling..nextSibling.className = "hidden"; |
Revision as of 15:24, 11 September 2014
Activate the buttons to expand them and set the aria-expanded state to true. Activate again to collapse.
This is some text.
SSB BART Group is an digital accessibility solutions provider.