I am currently using the details/summary element in my JSP. When I turn on VoiceOver to test accessibility, VoiceOver simply stops when it reaches the details element. It sounds like it doesn’t know what to do with it.
Any idea if there is a workaround for that? I already tried adding role="button" and aria-expanded="false" to the summary element as explained in http://www.accessibleculture.org/articles/2012/03/screen-readers-and-details-summary/ but that didn't change anything.
I am using iPhone with iOS 6.1.3 for testing this.