microsoft / powerbi-client-react

Power BI for React which provides components and services to enabling developers to easily embed Power BI reports into their applications.
MIT License
309 stars 98 forks source link

This package doesn't seem to be accessibility compliant #40

Closed abhishek-msft closed 1 year ago

abhishek-msft commented 3 years ago

The component doesn't seem to be accessibility compliant:

image

Especially, the iframe seems to be missing some accessibility attribute that is generated to display the powerbi : image

abhishek-msft commented 3 years ago

Hi, Any update on this?

fxvarga commented 2 years ago

Hi, Any update on this?

Is this an issue with the package or with the powerbi client package?

abhishek-msft commented 2 years ago

This was with the powerbi client package.

KotanaSai21 commented 1 year ago

Thank You for pointing this out. Fixed the accessibility issues with the demo app.

To add the title attribute to your component, use the setComponentTitle API.

Refer to Accessibility for your Power BI embedded analytics embedded solution | Microsoft Learn to make embedded reports more accessibility compliant.

Feel free to reach out for any other queries.