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

Accessibility - Add unique titles to frames #150

Closed
frankspin89 opened this issue Jul 20, 2017 · 2 comments
Closed

Accessibility - Add unique titles to frames #150

frankspin89 opened this issue Jul 20, 2017 · 2 comments

Comments

@frankspin89
Copy link

Expected Behavior

Frames must have unique title attribute
https://dequeuniversity.com/rules/axe/1.1/frame-title

Actual Behavior

<iframe class="chartjs-hidden-iframe" tabindex="-1" style="display: block; overflow: hidden; border: 0px; margin: 0px; top: 0px; left: 0px; bottom: 0px; right: 0px; height: 100%; width: 100%; position: absolute; pointer-events: none; z-index: -1;">

Environment

  • vue.js version: <2.3.4>
  • vue-chart.js version: <2.7.1>
  • npm version: <4.2.0>
@apertureless
Copy link
Owner

Hey @frankspin89

thanks for the issue.
However this is nothing I can fix. You should create this issue on the Chart.js repository as the iframe comes from chart.js itself.

@frankspin89
Copy link
Author

@apertureless done. chartjs/Chart.js#4534

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants