Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

v3.3.0

Compare
Choose a tag to compare
@nbibler nbibler released this 17 Mar 21:07
· 525 commits to master since this release
911ee07
  • Add "aria-live" to tablists for reporting tab changes to the user.
  • Add optional "aria-label" to tablists to improve screenreader reporting.
  • Give active tabpanels tabindex 0 to allow keyboard navigation to the active panel content.
  • Use a temporary "presentation" role for tablists until tabs are inserted and the "tablist" role is then allowed. See emberjs/ember.js#16379.