firebase / firebase/friendlyeats-web
WCAG 4.1.2: Ensures buttons have discernible text (.devsite-devprofile-button)
- Dominant language
- JavaScript
- Stars
- 597
- Forks
- 456
- PR merge metrics
- No merged PRs in 30d
Description
#### Issue
`Ensures buttons have discernible text` ([button-name](https://accessibilityinsights.io/info-examples/web/button-name))
#### Target application
[Firebase](https://firebase.google.com/)
#### Element path
.devsite-devprofile-button
#### Snippet
``
#### 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
Contributor guide
Assessment
This issue has not been assessed yet.