This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
v3.3.0
- 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.