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 2.4.1,WCAG 4.1.2: Ensures <iframe> and <frame> elements have an accessible name (iframe[allowfullscreen=""]) #220

Open
A11Ybot-OP opened this issue Feb 21, 2022 · 1 comment

Comments

@A11Ybot-OP
Copy link

Issue

Ensures <iframe> and <frame> elements have an accessible name (frame-title)

Target application

Firebase

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"></iframe>

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

@Rotxen12
Copy link

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

2 participants