We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paper-badge has role="status" and a tabindex="0".
paper-badge
role="status"
tabindex="0"
According to the wai-aria specs, a component with role="status" should not receive focus.
paper-badge has tabindex="0" and can receive keyboard focus (although it is not even visible).
https://www.webcomponents.org/element/PolymerElements/paper-badge/demo/demo/index.html
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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: