philbuchanan / Accordion-Shortcodes

A WordPress plugin that adds a few shortcodes to allow for accordion dropdowns.
https://wordpress.org/plugins/accordion-shortcodes/
16 stars 10 forks source link

VoiceOver refuses to navigate to the tab panel content #31

Closed philbuchanan closed 7 years ago

philbuchanan commented 9 years ago

When using aria-labelledby="" on an accordion content div, VoiceOver will not allow the user to select the tab content.

See this Stack Overflow question for details.

philbuchanan commented 9 years ago

This seems to be a bug with Apple's VO utility. I have filed a bug with Apple.

I see there being three options:

  1. Hold the update of v2.2 until Apple addresses the issue.
  2. Release with aria-label in place and hope that Apple addresses the issue in the near term.
  3. Remove the aria-label until Apple fixes the issue and release v2.2 without it.

For now, I will hold the release of v2.2 until I know more.