What fresh hell is THIS now? - Patrick Lauke
aria-expanded
gets announced in VoiceOver. I’m not sure what my issue was. I’m not sure if aria-controls
is announced in any way. Should it do anything special? I see, only in JAWS. Would it be appropriate to have JavaScript listen for clicks on aria-controls
and trigger focus on their target?
role
required in this case?
<button class="load-more" role="button"> Load More Stories </button>