firebase / friendlyeats-web

Apache License 2.0
437 stars 393 forks source link

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

Open A11Ybot-OP opened 2 years ago

A11Ybot-OP commented 2 years ago

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 commented 7 months ago