Skip to content
New issue

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

WCAG 4.1.2: Ensures buttons have discernible text (.devsite-devprofile-button) #217

Open
A11Ybot-OP opened this issue Feb 21, 2022 · 0 comments

Comments

@A11Ybot-OP
Copy link

Issue

Ensures buttons have discernible text (button-name)

Target application

Firebase

Element path

.devsite-devprofile-button

Snippet

<button class="devsite-devprofile-button" data-tooltip="Google Developer Profile">

How to fix

Fix any of the following:
  Element does not have inner text that is visible to screen readers
  aria-label attribute does not exist or is empty
  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  Element has no title attribute
  Element's default semantics were not overridden with role="none" or role="presentation"

Environment

Chrome version 98.0.4758.102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant