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 has been archived by the owner on Dec 19, 2024. It is now read-only.
Description
paper-badge
hasrole="status"
and atabindex="0"
.Expected outcome
According to the wai-aria specs, a component with
role="status"
should not receive focus.Actual outcome
paper-badge has
tabindex="0"
and can receive keyboard focus (although it is not even visible).Live Demo
https://www.webcomponents.org/element/PolymerElements/paper-badge/demo/demo/index.html
Steps to reproduce
paper-badge
paper-badge
receives focusThe text was updated successfully, but these errors were encountered: