DouglasCountyCO / Accessibility-PowerBI-Reports-Public

This repository represents accessibility results from testing power bi reports. The initial report addressed in this fashion is the Foreclosure Search "AppOwnsData" embedded , but the expectation is that
2 stars 0 forks source link

WCAG 4.1.2: Ensures <iframe> and <frame> elements have an accessible name (iframe) #3

Open KTottenDC opened 3 months ago

KTottenDC commented 3 months ago

Issue

FastPass on www.douglas.co.us

Initial run

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

Target application

Douglas County - Reporting Data

Element path

iframe

Snippet

<iframe src="https://app.powerbigov.us/reportEmbed?reportId=24b6b2ee-cc7c-452c-a1ab-b2e159d180dd&amp;groupId=4481de21-0e76-4e03-b12f-c27b430dd50b&amp;w=2&amp;config=eyJjbHVzdGVyVXJsIjoiaHR0cHM6Ly9XQUJJLVVTLUdPVi1JT1dBLXJlZGlyZWN0LmFuYWx5c2lzLnVzZ292Y2xv...

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

Microsoft Edge version 125.0.0.0 This accessibility issue was found using Accessibility Insights for Web 2.42.0 (axe-core 4.8.4), a tool that helps find and fix accessibility issues. Get more information & download this tool at http://aka.ms/AccessibilityInsights.