You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
If you have a paper-tab with an anchor inside of it, and the tab sets a role of "tab" on itself, the anchor text will no longer be read by a screenreader. Instead it will just say "tab". One solution is to set role="" which will give the paper-tab an empty roll, allowing it to read the anchor, but fundamentally this feels like an annoying workaround.