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

Explicitly excluding iframes does not work #123

Closed
dsturley opened this issue Aug 18, 2015 · 1 comment
Closed

Explicitly excluding iframes does not work #123

dsturley opened this issue Aug 18, 2015 · 1 comment
Milestone

Comments

@dsturley
Copy link
Contributor

axe.a11yCheck({ exclude: [['iframe']] }, { runOnly: { type: 'rule', values: ['frame-title'] } }, function (r) {
  console.assert(r.violations.length === 0);
});
@dsturley
Copy link
Contributor Author

Might want to tackle this at the same time as #87 (Shadow DOM)

@dsturley dsturley modified the milestone: 1.1.1 Aug 31, 2015
felixzapata pushed a commit to felixzapata/axe-core that referenced this issue Aug 13, 2016
KSD-542 - add task to validate & build object for K-Manual
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

1 participant