firebase / firebase/friendlyeats-web
WCAG 2.4.1,WCAG 4.1.2: Ensures <iframe> and <frame> elements have an accessible name (iframe[allowfullscreen=""])
- Dominant language
- JavaScript
- Stars
- 597
- Forks
- 456
- PR merge metrics
- No merged PRs in 30d
Description
#### Issue
`Ensures and <frame> elements have an accessible name` ([frame-title](https://accessibilityinsights.io/info-examples/web/frame-title))
#### Target application
[Firebase](https://firebase.google.com/)
#### Element path
iframe[allowfullscreen=""]
#### Snippet
`<iframe src="/root_051f0c5beb86c5c18bba4d747a9ca076ad0a0d8f03f286ea9795f84f9a56757d.frame" allow="clipboard-write https://firebase-dot-devsite-v2-prod.appspot.com" allowfullscreen="" name="goog_142620703">`
#### How to fix
Fix any of the following:
Element has no title attribute
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'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.