LibertyJS / libertyjs-web2.0

LibertyJS Website based on hoverboard
https://libertyjs-929bc.firebaseapp.com/
Other
3 stars 2 forks source link

Nested Items A11y Issue #194

Open chelseasimek opened 1 year ago

chelseasimek commented 1 year ago

The paper-tab elements are role=tab so they are "interactive" elements. They expect a flag of link to look for an a nested inside of the tab. This breaks the nested interactive accessibility rule (both tab and a are interactive and will confuse a screenreader), and it's making the entire navigation at the top not keyboard navigable.