miguelcobain / ember-paper

The Ember approach to Material Design.
http://miguelcobain.github.io/ember-paper
MIT License
889 stars 331 forks source link

Tab Component lacks accessible role="tab" #1169

Open hergaiety opened 3 years ago

hergaiety commented 3 years ago

The ember-paper Tabs component renders a wrapper element with a role='tablist, which is a superb start. However, an element with this role requires a child element to have a role='tab' https://dequeuniversity.com/rules/axe/3.5/aria-required-children?application=axeAPI.

Running a a11yAudit with popular ember-a11y-testing addon fails with a aria-required-children rule violation.

Screenshot_2020-10-15_14-42-20